home *** CD-ROM | disk | FTP | other *** search
/ SGI Desktop Special Edition 1.1 / SGI Desktop Special Edition 1.1.iso / dist / netscape.idb / usr / lib / X11 / zh_CN.ugb / app-defaults / Netscape.z / Netscape
Text File  |  1995-11-13  |  116KB  |  2,995 lines

  1. ! Netscape.ad-cn --- Chinese app-defaults file for Netscape 1.12IS.
  2. !
  3. ! Copyright (c) 1994, 1995 Netscape Communications Corporation,
  4. ! all rights reserved.
  5. !
  6. ! Created: Jamie Zawinski <jwz@netscape.com>, 23-Jun-94.
  7. ! Bugs and commentary to x_cbug@netscape.com.
  8. !
  9. !      ==========================================================
  10. !      NOTE: If you're looking here for things to customize, look
  11. !      on the Preferences dialog under the Options menu first.
  12. !      Most things are customizable from there.  Things which are
  13. !      settable via the Preferences dialog boxes are stored in
  14. !      the ~/.netscape-preferences file, and not in X resources.
  15. !      ==========================================================
  16. !
  17. ! These are the resources used by Netscape when LANG is zh_CN.ugb.
  18. ! You can use the stuff in this file for examples of how to customize
  19. ! Netscape for your environment; normally you will do this by
  20. ! copying the few lines you want to alter to your private resource
  21. ! database, which usually lives in a file called .Xdefaults in your home
  22. ! directory.
  23. !
  24. ! Site administrators should copy this file to
  25. ! /usr/lib/X11/zh_CN.ugb/app-defaults/Netscape.
  26.  
  27.  
  28. ! Here's how you turn on SGI's Motif hacks:
  29. Netscape*sgiMode:         True
  30. Netscape*scheme:          Base
  31. Netscape*useSchemes:        Colors, Fonts
  32. Netscape*useEnhancedFSB:     True
  33.  
  34.  
  35. ! User-Settable Parameters
  36. ! ========================
  37.  
  38. ! This is the directory where Netscape finds external files such as icons.
  39. !
  40. *appDir:            /usr/lib/X11/zh_CN.ugb/netscape
  41.  
  42. ! This resource is the same as the -visual command line option, which selects
  43. ! an X visual on which the windows should be created.  Legal options are:
  44. ! Best, meaning pick the best one w.r.t. image quality; Default, meaning
  45. ! use whatever the server says is the default visual; a visual class (like
  46. ! PseudoColor or TrueColor); or a decimal or hexadecimal digit, the ID of
  47. ! a particular visual (in case there is more than one visual of a particular
  48. ! class.)  "Best" is probably the right choice.
  49. !
  50. *visualID:            Best
  51.  
  52. ! Whether Netscape should install a private colormap.  This will cause the
  53. ! maximal number of colors to be used, but on most systems, will result in
  54. ! unpleasant colormap flashing when switching between applications.  Legal
  55. ! options are: Yes, No, and Guess.  "Guess" means "install the colormap only
  56. ! if we know that the display hardware supports multiple simultaneous
  57. ! colormaps, meaning that there will be no colormap flashing."  Currently,
  58. ! that means install the map when displaying on an SGI screen, and don't
  59. ! otherwise.  (What other vendors have multiple hardware colormaps, and how
  60. ! do you uniquely identify that capability?  Let me know.)
  61. !
  62. *installColormap:        Guess
  63.  
  64. ! The maximum number of color cells to allocate per image; this is only
  65. ! relevant when using the default colormap of a PseudoColor visual.
  66. ! If it is 0, we allocate as many colors as we can get.  (The more colors
  67. ! that we can allocate, the better images will look.)  This controls only
  68. ! the number of colors allocated for internal images - a few more colors
  69. ! will be allocated for the fluff and chrome that comes with Motif.
  70. !
  71. *maxImageColors:        0
  72.  
  73. ! Set this to false to disable the <BLINK> tag.
  74. *blinkingEnabled:        True
  75.  
  76. ! Whether the Exit menu item should confirm first.
  77. *confirmExit:            False
  78.  
  79. ! Mouse cursor when over an anchor.
  80. *linkCursor:            hand2
  81.  
  82. ! Mouse cursor when awaiting a reply.
  83. *busyCursor:            watch
  84.  
  85. ! Mouse cursor when "Save Next Link As..." mode is on, and over a link.
  86. *saveNextLinkCursor:        hand2
  87.  
  88. ! Mouse cursor when "Save Next Link As..." mode is on, and not over a link.
  89. *saveNextNonlinkCursor:        crosshair
  90.  
  91. ! How quickly (in seconds) the status messages should update.
  92. *progressInterval:        1
  93.  
  94. ! How quickly (in milliseconds) the run light and/or logo should animate.
  95. *busyBlinkRate:            500
  96. *animRate:            166
  97.  
  98. ! How often (in seconds) the global history, bookmarks, and disk cache
  99. ! files should be updated.
  100. *saveHistoryInterval:        600
  101.  
  102. ! How many pixels of motion must occur before a mouse-release is interpreted
  103. ! as a "drag" rather than a "click."
  104. *hysteresis:            3
  105.  
  106. ! These resources control whether Netscape should redirect its stdout and
  107. ! stderr streams to a dialog box, so that diagnostics reported by other
  108. ! programs launched by Netscape (for example, external viewers specified in
  109. ! a mailcap file) will be reported to the user through a dialog box,
  110. ! instead of simply showing up on the stdout/stderr of the controlling
  111. ! terminal of Netscape (which in many cases won't even be visible.)
  112. !
  113. ! If you have a external viewer which produces an annoying amount of output
  114. ! even when it has nothing interesting to say, you can shut it up by
  115. ! redirecting its output to stderr; for example, to do this to mpeg_play,
  116. ! you could add the following to your .mailcap file:
  117. !
  118. !        video/mpeg; mpeg_play %s 2>&-
  119. !
  120. ! Normally, Netscape captures both the stdout and stderr into the dialog box.
  121. ! If you find a need to let one or both of them continue on to the actual
  122. ! terminal of Netscape, you can do it by setting these resources to False.
  123. !
  124. *useStderrDialog:        True
  125. *useStdoutDialog:        True
  126.  
  127. ! For those MIME content-encodings which are not directly understood
  128. ! internally, it is possible to specify another Unix program to use as
  129. ! a filter here.
  130. !
  131. ! Each line in the encodingFilters resource consists of four fields,
  132. ! seperated by colons and optional whitespace:
  133. !
  134. !   <input-encoding>  : <output-encoding> : <extensions> : <filter-command>
  135. !
  136. ! input-encoding:  The MIME encoding from the Content-Transfer-Encoding header.
  137. !                  (The basic encodings 7BIT, 8BIT, BINARY, BASE64, and QUOTED-
  138. !                  PRINTABLE are built-in; no need to specify those.)
  139. !
  140. ! output-encoding: The encoding that results from this transformation.
  141. !                  Leaving this empty is usually appropriate.
  142. !
  143. ! extensions:      A comma-seperated list of the extensions typically used for
  144. !                  files in this encoding; if a document ends in one of these
  145. !                  extensions, then when that document is saved to disk, the
  146. !                  extension will be stripped off of the default file name
  147. !                  (since documents are decoded before they are saved, and the
  148. !                  extension would no longer accurately describe the file.)
  149. !
  150. ! filter-command:  A shell command which reads from stdin and writes to stdout
  151. !                  which does the actual decoding.
  152. !
  153. *encodingFilters:                  \
  154.     x-compress :  : .Z     : uncompress -c    \n\
  155.     x-gzip     :  : .z,.gz : gzip -cdq    \n
  156.  
  157.  
  158. ! Too many servers have bugs in the implementation of window gravity for
  159. ! us to rely on it.  Scrolling of large forms is *significantly* faster
  160. ! if we are able to make use of window gravity, but on many X servers, it
  161. ! results in form items being scattered randomly all over the document.
  162. ! Legal values for this resource are Yes, No, Partial, and Guess.  If
  163. ! "Guess", we run some tests and try to decide whether the X server is
  164. ! broken or partially broken.
  165. !
  166. ! If you find yourself needing to use a value here other than Guess,
  167. ! please tell us, so that we can make it guess correctly in the future.
  168. !
  169. *windowGravityWorks:        Guess
  170.  
  171.  
  172. ! Colors
  173. !
  174. ! This resource controls the forground text color of unfollowed links 
  175. ! (links which have not yet been visited.)
  176. !
  177. *linkForeground:            #0000EE
  178.  
  179. ! This resource controls the forground text color of followed links 
  180. ! (links which have already been visited.)
  181. !
  182. *vlinkForeground:            #551A8B
  183.  
  184. ! This resource controls the forground text color of activated links 
  185. ! (links which are in the process of being clicked upon.)
  186. !
  187. *alinkForeground:            #FF0000
  188.  
  189. ! These resources control the forground and background colors of text
  190. ! which has been selected with the mouse.
  191. !
  192. *selectForeground:            #000000
  193. *selectBackground:            #FFFFCC
  194.  
  195. ! These resources control the forground and background colors of normal text.
  196. !
  197. *defaultForeground:            #000000
  198. *defaultBackground:            #C0C0C0
  199.  
  200. ! This resource may be used to specify a default background image.  It should
  201. ! be a file name or URL pointing to a GIF, JPEG, or XBM image.  If it is blank,
  202. ! then the default background color will be used instead.
  203. !
  204. *defaultBackgroundImage:        
  205.  
  206. ! Normally, the user-specified colors and backgrounds will only be used when
  207. ! viewing documents which did not specify their own colors and backgrounds.
  208. ! If this resource is set to False, then the user-specified colors and
  209. ! backgrounds will always be used, regardless of the options specified in 
  210. ! the document itself.
  211. !
  212. *documentColorsHavePriority:        True
  213.  
  214.  
  215. ! Translations
  216. !
  217. ! Many of these translations are duplicated on both "Meta" and "Alt", since
  218. ! X has this stupid notion that "Meta" and "Alt" are not synonymous, and
  219. ! Sun in their infinite wisdom furthers this confusing lossage by both having
  220. ! Meta *and* Alt keys on the keyboard, and having the key which is labelled
  221. ! Alt generate *META* (the Diamond keys generate Alt.)  All praise Sun!
  222. ! All praise the X keyboard model!
  223. !
  224. ! And because of the need to do this, we have to do all of the keyboard
  225. ! equivalents with "translations" instead of "accelerators", since a menu
  226. ! item can only have one accelerator, and in order to make both Meta and Alt
  227. ! work we need to give them each two.  All praise Motif!
  228. !
  229. *drawingArea.translations:        #replace            \
  230.     <Btn1Down>:            ArmLink()            \n\
  231.     <Btn2Down>:            ArmLink()            \n\
  232.     ~Shift<Btn1Up>:            ActivateLink()            \
  233.                     DisarmLink()            \n\
  234.     ~Shift<Btn2Up>:            ActivateLink(new-window)    \
  235.                     DisarmLink()            \n\
  236.     Shift<Btn1Up>:            ActivateLink(save-only)        \
  237.                     DisarmLink()            \n\
  238.     Shift<Btn2Up>:            ActivateLink(save-only)        \
  239.                     DisarmLink()            \n\
  240.     <Btn1Motion>:            DisarmLinkIfMoved()        \n\
  241.     <Btn2Motion>:            DisarmLinkIfMoved()        \n\
  242.     <Btn3Motion>:            DisarmLinkIfMoved()        \n\
  243.     <Motion>:            DescribeLink()            \n\
  244.     <Btn3Down>:            CommandMenu()            \n
  245.  
  246. ! Some basic emacs-like bindings for single-line text fields.
  247. *XmTextField.translations:        #override            \n\
  248.     ~Meta ~Alt Ctrl<Key>a:        beginning-of-line()        \n\
  249.     ~Meta ~Alt Ctrl<Key>b:        backward-character()        \n\
  250.     ~Meta ~Alt Ctrl<Key>d:        delete-next-character()        \n\
  251.     ~Meta ~Alt Ctrl<Key>e:        end-of-line()            \n\
  252.     ~Meta ~Alt Ctrl<Key>f:        forward-character()        \n\
  253.     ~Meta ~Alt Ctrl<Key>g:        process-cancel()        \n\
  254.     ~Meta ~Alt Ctrl<Key>h:        delete-previous-character()    \n\
  255.     ~Meta ~Alt Ctrl<Key>k:        delete-to-end-of-line()        \n\
  256.     ~Meta ~Alt Ctrl<Key>u:        beginning-of-line()        \
  257.                     delete-to-end-of-line()        \n\
  258.     ~Meta ~Alt Ctrl<Key>w:        cut-clipboard()            \n\
  259.     Meta ~Ctrl<Key>b:        backward-word()            \n\
  260.      Alt ~Ctrl<Key>b:        backward-word()            \n\
  261.     Meta ~Ctrl<Key>d:        delete-next-word()        \n\
  262.      Alt ~Ctrl<Key>d:        delete-next-word()        \n\
  263.     Meta ~Ctrl<Key>f:        forward-word()            \n\
  264.      Alt ~Ctrl<Key>f:        forward-word()            \n\
  265.     Meta ~Ctrl<Key>w:        copy-clipboard()        \n\
  266.      Alt ~Ctrl<Key>w:        copy-clipboard()        \n\
  267.     Meta ~Ctrl<Key>osfLeft:        backward-word()            \n\
  268.      Alt ~Ctrl<Key>osfLeft:        backward-word()            \n\
  269.     Meta ~Ctrl<Key>osfRight:    forward-word()            \n\
  270.      Alt ~Ctrl<Key>osfRight:    forward-word()            \n\
  271.     Meta ~Ctrl<Key>osfBackSpace:    delete-previous-word()        \n\
  272.      Alt ~Ctrl<Key>osfBackSpace:    delete-previous-word()        \n\
  273.     Meta ~Ctrl<Key>osfDelete:    delete-next-word()        \n\
  274.      Alt ~Ctrl<Key>osfDelete:    delete-next-word()        \n
  275.  
  276. ! Some basic emacs-like bindings for multi-line text fields.
  277. ! This duplicates info with the above, since XmTextField bogusly
  278. ! doesn't know about the page and line oriented actions at all,
  279. ! and pukes out a warning when it encounters them.  How very.
  280. *XmText.translations:            #override            \n\
  281.     ~Meta ~Alt Ctrl<Key>a:        beginning-of-line()        \n\
  282.     ~Meta ~Alt Ctrl<Key>b:        backward-character()        \n\
  283.     ~Meta ~Alt Ctrl<Key>d:         delete-next-character()        \n\
  284.     ~Meta ~Alt Ctrl<Key>e:        end-of-line()            \n\
  285.     ~Meta ~Alt Ctrl<Key>f:        forward-character()        \n\
  286.     ~Meta ~Alt Ctrl<Key>g:        process-cancel()        \n\
  287.     ~Meta ~Alt Ctrl<Key>h:         delete-previous-character()    \n\
  288.     ~Meta ~Alt Ctrl<Key>k:        delete-to-end-of-line()        \n\
  289.     ~Meta ~Alt Ctrl<Key>u:        beginning-of-line()        \
  290.                     delete-to-end-of-line()        \n\
  291.     ~Meta ~Alt Ctrl<Key>w:        cut-clipboard()            \n\
  292.     Meta ~Ctrl<Key>b:        backward-word()            \n\
  293.      Alt ~Ctrl<Key>b:        backward-word()            \n\
  294.     Meta ~Ctrl<Key>d:        delete-next-word()        \n\
  295.      Alt ~Ctrl<Key>d:        delete-next-word()        \n\
  296.     Meta ~Ctrl<Key>f:        forward-word()            \n\
  297.      Alt ~Ctrl<Key>f:        forward-word()            \n\
  298.     Meta ~Ctrl<Key>w:        copy-clipboard()        \n\
  299.      Alt ~Ctrl<Key>w:        copy-clipboard()        \n\
  300.     Meta ~Ctrl<Key>osfLeft:        backward-word()            \n\
  301.      Alt ~Ctrl<Key>osfLeft:        backward-word()            \n\
  302.     Meta ~Ctrl<Key>osfRight:    forward-word()            \n\
  303.      Alt ~Ctrl<Key>osfRight:    forward-word()            \n\
  304.     Meta ~Ctrl<Key>osfBackSpace:    delete-previous-word()        \n\
  305.      Alt ~Ctrl<Key>osfBackSpace:    delete-previous-word()        \n\
  306.     Meta ~Ctrl<Key>osfDelete:    delete-next-word()        \n\
  307.      Alt ~Ctrl<Key>osfDelete:    delete-next-word()        \n\
  308.                                     \
  309.     ~Meta ~Alt Ctrl<Key>n:        next-line()            \n\
  310.     ~Meta ~Alt Ctrl<Key>p:        previous-line()            \n\
  311.     ~Meta ~Alt Ctrl<Key>v:        next-page()            \n\
  312.     Meta ~Ctrl<Key>v:        previous-page()            \n\
  313.      Alt ~Ctrl<Key>v:        previous-page()            \n
  314.  
  315. ! We merge these translations into all text fields which are not the
  316. ! bottommost text field in the dialog box.  This is so that hitting
  317. ! `return' in a text field will select the next text field if there
  318. ! is one, and will select the "OK" button if there are no more.
  319. ! We merge these in explicitly instead of doing it all with resources
  320. ! here because I couldn't figure out how to make that work without
  321. ! duplicating the text of all of the above keybindings another dozen
  322. ! times!!
  323. *nonterminalTextTranslations:    #override                \n\
  324.     <Key>Return:        next-tab-group()            \n\
  325.     <Key>Linefeed:        next-tab-group()            \n
  326.  
  327. ! This is used for self-submitting text fields in forms...
  328. ! We don't need to store these in to dialog box text fields, since
  329. ! in that case we are able to simply avoid storing in the above ones,
  330. ! but we don't know that until too late with forms.
  331. *terminalTextTranslations:    #override                \n\
  332.     <Key>Return:        activate()                \n\
  333.     <Key>Linefeed:        activate()                \n
  334.  
  335.  
  336. ! Gag barf retch puke.  We install these on every widget in the main tree
  337. ! (but not popups.)
  338. *globalTranslations:            #override            \n\
  339.                                     \
  340.     Meta ~Ctrl<Key>N:        new()                \n\
  341.      Alt ~Ctrl<Key>N:        new()                \n\
  342.     Meta ~Ctrl<Key>L:        openURL()            \n\
  343.      Alt ~Ctrl<Key>L:        openURL()            \n\
  344.     Meta ~Ctrl<Key>O:        openFile()            \n\
  345.      Alt ~Ctrl<Key>O:        openFile()            \n\
  346.     Meta ~Ctrl<Key>S:        saveAs()            \n\
  347.      Alt ~Ctrl<Key>S:        saveAs()            \n\
  348.     Meta ~Ctrl<Key>M:        mailto()            \n\
  349.      Alt ~Ctrl<Key>M:        mailto()            \n\
  350.     Meta ~Ctrl<Key>P:        print()                \n\
  351.      Alt ~Ctrl<Key>P:        print()                \n\
  352.     Meta ~Ctrl<Key>W:        delete()            \n\
  353.      Alt ~Ctrl<Key>W:        delete()            \n\
  354.     Meta ~Ctrl<Key>Z:        undo()                \n\
  355.      Alt ~Ctrl<Key>Z:        undo()                \n\
  356.     Meta ~Ctrl<Key>X:        cut()                \n\
  357.      Alt ~Ctrl<Key>X:        cut()                \n\
  358.     Meta ~Ctrl<Key>C:        copy()                \n\
  359.      Alt ~Ctrl<Key>C:        copy()                \n\
  360.     Meta ~Ctrl<Key>V:        paste()                \n\
  361.      Alt ~Ctrl<Key>V:        paste()                \n\
  362.     Meta ~Ctrl<Key>F:        find()                \n\
  363.      Alt ~Ctrl<Key>F:        find()                \n\
  364.     Meta ~Ctrl<Key>G:        findAgain()            \n\
  365.      Alt ~Ctrl<Key>G:        findAgain()            \n\
  366.     Meta ~Ctrl<Key>R:        reload()            \n\
  367.      Alt ~Ctrl<Key>R:        reload()            \n\
  368.     Meta ~Ctrl<Key>I:        loadImages()            \n\
  369.      Alt ~Ctrl<Key>I:        loadImages()            \n\
  370.     Meta ~Ctrl<Key>osfLeft:        back()                \n\
  371.      Alt ~Ctrl<Key>osfLeft:        back()                \n\
  372.     Meta ~Ctrl<Key>osfRight:    forward()            \n\
  373.      Alt ~Ctrl<Key>osfRight:    forward()            \n\
  374.     Meta ~Ctrl<Key>H:        history()            \n\
  375.      Alt ~Ctrl<Key>H:        history()            \n\
  376.               <Key>osfCancel:    abort()                \n\
  377.     Meta ~Ctrl<Key>1:        historyItem(1)            \n\
  378.      Alt ~Ctrl<Key>1:        historyItem(1)            \n\
  379.     Meta ~Ctrl<Key>2:        historyItem(2)            \n\
  380.      Alt ~Ctrl<Key>2:        historyItem(2)            \n\
  381.     Meta ~Ctrl<Key>3:        historyItem(3)            \n\
  382.      Alt ~Ctrl<Key>3:        historyItem(3)            \n\
  383.     Meta ~Ctrl<Key>4:        historyItem(4)            \n\
  384.      Alt ~Ctrl<Key>4:        historyItem(4)            \n\
  385.     Meta ~Ctrl<Key>5:        historyItem(5)            \n\
  386.      Alt ~Ctrl<Key>5:        historyItem(5)            \n\
  387.     Meta ~Ctrl<Key>6:        historyItem(6)            \n\
  388.      Alt ~Ctrl<Key>6:        historyItem(6)            \n\
  389.     Meta ~Ctrl<Key>7:        historyItem(7)            \n\
  390.      Alt ~Ctrl<Key>7:        historyItem(7)            \n\
  391.     Meta ~Ctrl<Key>8:        historyItem(8)            \n\
  392.      Alt ~Ctrl<Key>8:        historyItem(8)            \n\
  393.     Meta ~Ctrl<Key>9:        historyItem(9)            \n\
  394.      Alt ~Ctrl<Key>9:        historyItem(9)            \n\
  395.     Meta ~Ctrl<Key>A:        addBookmark()            \n\
  396.      Alt ~Ctrl<Key>A:        addBookmark()            \n\
  397.     Meta ~Ctrl<Key>B:        viewBookmark()            \n\
  398.      Alt ~Ctrl<Key>B:        viewBookmark()            \n\
  399.                                     \
  400.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()        \n\
  401.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()        \n\
  402.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()        \n\
  403.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()        \n
  404.  
  405. ! These keysyms are apparently an R6ism.
  406. !    ~Meta ~Alt ~Ctrl<Key>KP_Prior:        PageUp()        \n\
  407. !    ~Meta ~Alt ~Ctrl<Key>KP_Next:        PageDown()        \n\
  408.  
  409.  
  410. ! Gag barf retch puke.  We install these on every TextField widget in the
  411. ! main tree (but not popups.)
  412. *globalTextFieldTranslations:        #override            \n\
  413.     ~Meta ~Alt ~Ctrl<Key>Up:    LineUp()            \n\
  414.     ~Meta ~Alt ~Ctrl<Key>Down:    LineDown()            \n\
  415.     ~Meta ~Alt ~Ctrl<Key>osfUp:    LineUp()            \n\
  416.     ~Meta ~Alt ~Ctrl<Key>osfDown:    LineDown()            \n
  417.  
  418. ! These keysyms are apparently an R6ism.
  419. !    ~Meta ~Alt ~Ctrl<Key>KP_Up:    LineUp()            \n\
  420. !    ~Meta ~Alt ~Ctrl<Key>KP_Down:    LineDown()            \n\
  421.  
  422.  
  423. ! Gag barf retch puke.  We install these on every widget in the main tree
  424. ! (but not popups) that isn't a Text or TextField.
  425. *globalNonTextTranslations:        #override            \n\
  426.     ~Meta ~Alt ~Ctrl<Key>space:    PageDown()            \n\
  427.                                       \
  428.     ~Meta ~Alt ~Ctrl<Key>Delete:    PageUp()            \n\
  429.     ~Meta ~Alt ~Ctrl<Key>BackSpace:    PageUp()            \n\
  430.     ~Meta ~Alt ~Ctrl<Key>Up:    LineUp()            \n\
  431.     ~Meta ~Alt ~Ctrl<Key>Down:    LineDown()            \n\
  432.     ~Meta ~Alt ~Ctrl<Key>Left:    ColumnLeft()            \n\
  433.     ~Meta ~Alt ~Ctrl<Key>Right:    ColumnRight()            \n\
  434.                                       \
  435.     ~Meta ~Alt ~Ctrl<Key>osfDelete:    PageUp()            \n\
  436.     ~Meta ~Alt ~Ctrl<Key>osfBackSpace:PageUp()            \n\
  437.      Meta  Ctrl<Key>f:        fishcam()            \n\
  438.       Alt  Ctrl<Key>f:        fishcam()            \n\
  439.      Meta  Ctrl<Key>t:        net_showstatus()            \n\
  440.       Alt  Ctrl<Key>t:        net_showstatus()            \n\
  441.     ~Meta ~Alt ~Ctrl<Key>osfUp:    LineUp()            \n\
  442.     ~Meta ~Alt ~Ctrl<Key>osfDown:    LineDown()            \n\
  443.     ~Meta ~Alt ~Ctrl<Key>osfLeft:    ColumnLeft()            \n\
  444.     ~Meta ~Alt ~Ctrl<Key>osfRight:    ColumnRight()            \n
  445.  
  446. ! These keysyms are apparently an R6ism.
  447. !    ~Meta ~Alt ~Ctrl<Key>KP_Up:    LineUp()            \n\
  448. !    ~Meta ~Alt ~Ctrl<Key>KP_Down:    LineDown()            \n\
  449. !    ~Meta ~Alt ~Ctrl<Key>KP_Left:    ColumnLeft()            \n\
  450. !    ~Meta ~Alt ~Ctrl<Key>KP_Right:    ColumnRight()            \n\
  451.  
  452.  
  453. ! About Translations, Actions, and "-remote" commands:
  454. !
  455. ! You can control a running Netscape process externally; you do this by
  456. ! issuing a command like "netscape -remote openURL(http://xxx)".
  457. ! When Netscape is invoked with the -remote argument, it does not open
  458. ! window, but instead connects to and controls an already-existing process.
  459. ! This is done using X properties, so the two Netscape processes need not
  460. ! be running on the same machine, and need not share a file system.
  461. !
  462. ! All of Netscape's action names are the same as its resource names; so, for
  463. ! example, if you wanted to know the name of the action that corresponds to
  464. ! the "Add Bookmark" menu item, you could look in this file for "Add Bookmark"
  465. ! and see that the resource that is set to that string is "addBookmark" -
  466. ! that's the name of the Action as well.
  467. !
  468. ! You can use Actions in Translation tables in the usual Xt-ish way, but you
  469. ! can also invoke them directly via "netscape -remote", like this:
  470. !
  471. !    netscape -remote 'addBookmark()'
  472. !
  473. ! That will cause the existing Netscape process to add its current URL to
  474. ! the bookmarks, just as if you had selected that menu item.
  475. !
  476. ! Please see the document http://home.netscape.com/newsref/std/x-remote.html
  477. ! for more information.
  478.  
  479.  
  480. !=============================================================================
  481. !
  482. !      There's really nothing after this point you should be messing with.
  483. !
  484. !=============================================================================
  485.  
  486.  
  487. ! Motif drag-and-drop is insanely buggy, and is causing crashes even in
  488. ! contexts where it has no business being involved at all.  Let's try
  489. ! disabling it globally and see if that helps.
  490. Netscape*dragInitiatorProtocolStyle:    XmDRAG_NONE
  491. Netscape*dragReceiverProtocolStyle:    XmDRAG_NONE
  492.  
  493.  
  494. ! Labels
  495. !
  496. *Help.sensitive:            False
  497.  
  498. *urlLabel.alignment:            ALIGNMENT_END
  499. *urlLabel.recomputeSize:        False
  500. *urlLabel.netsiteLabelString:        Netsite:
  501. *urlLabel.uneditedLabelString:        ╬╗╓├:
  502. *urlLabel.editedLabelString:        ╠°╓┴:
  503. ! this must be the longer of the two...
  504. *urlLabel.labelString:            ╬╗╓├:
  505.  
  506.  
  507. !=============================================================================
  508. *menuBar.file.labelString:        ╬─╝■
  509.  
  510. *menuBar*new.labelString:        ╨┬┤░┐┌
  511. *menuBar*new.mnemonic:            N
  512. *menuBar*new.acceleratorText:        Alt+N
  513.  
  514. *menuBar*openURL.labelString:        ┤≥┐¬╬╗╓├...
  515. *menuBar*openURL.mnemonic:        L
  516. *menuBar*openURL.acceleratorText:    Alt+L
  517.  
  518. *menuBar*openFile.labelString:        ┤≥┐¬╬─╝■...
  519. *menuBar*openFile.mnemonic:        O
  520. *menuBar*openFile.acceleratorText:    Alt+O
  521.  
  522. *menuBar*saveAs.labelString:        ▒ú┤µ╬¬...
  523. *menuBar*saveAs.mnemonic:        S
  524. *menuBar*saveAs.acceleratorText:    Alt+S
  525.  
  526. *menuBar*saveLinksAs.labelString:    ▒ú┤µ╧┬╥╗┴┤╜╙╬¬...
  527. *menuBar*saveLinksAs.mnemonic:        A
  528. ! accelerator is magic
  529. *menuBar*saveLinksAs.acceleratorText:    Shift+Click
  530.  
  531. *menuBar*mailto.labelString:        ╙╩╝─╬─▒╛...
  532. *menuBar*mailto.mnemonic:        M
  533. *menuBar*mailto.acceleratorText:    Alt+M
  534.  
  535. *menuBar*docInfo.labelString:        ╬─▒╛╨┼╧ó
  536. *menuBar*docInfo.mnemonic:        D
  537. ! no accelerator
  538.  
  539. *menuBar*printSetup.labelString:    ┤≥╙í╔Φ╓├...
  540. *menuBar*printSetup.mnemonic:        r
  541. ! no accelerator
  542.  
  543. *menuBar*print.labelString:        ┤≥╙í...
  544. *menuBar*print.mnemonic:        P
  545. *menuBar*print.acceleratorText:        Alt+P
  546.  
  547. *menuBar*delete.labelString:            ╣╪▒╒
  548. *menuBar*delete.mnemonic:        C
  549. *menuBar*delete.acceleratorText:    Alt+W
  550.  
  551. *menuBar*quit.labelString:        ═╦│÷
  552. *menuBar*quit.mnemonic:            x
  553. ! no accelerator
  554.  
  555.  
  556. !=============================================================================
  557. *menuBar.edit.labelString:        ▒α╝¡
  558.  
  559. *menuBar*undo.labelString:        ╚í╧√
  560. *menuBar*undo.mnemonic:            U
  561. *menuBar*undo.acceleratorText:        Alt+Z
  562.  
  563. *menuBar*cut.labelString:        ▓├╝⌠
  564. *menuBar*cut.mnemonic:            t
  565. *menuBar*cut.acceleratorText:        Alt+X
  566.  
  567. *menuBar*copy.labelString:        ┐╜▒┤
  568. *menuBar*copy.mnemonic:            C
  569. *menuBar*copy.acceleratorText:        Alt+C
  570.  
  571. *menuBar*paste.labelString:        ╒│╠∙
  572. *menuBar*paste.mnemonic:        P
  573. *menuBar*paste.acceleratorText:        Alt+V
  574.  
  575. *menuBar*find.labelString:        ╤░╒╥...
  576. *menuBar*find.mnemonic:            F
  577. *menuBar*find.acceleratorText:        Alt+F
  578.  
  579. *menuBar*findAgain.labelString:        ╘┘┤╬╤░╒╥
  580. *menuBar*findAgain.mnemonic:        g
  581. *menuBar*findAgain.acceleratorText:    Alt+G
  582.  
  583.  
  584. !=============================================================================
  585. *menuBar.view.labelString:        ╣█▓∞
  586.  
  587. *menuBar*reload.labelString:        ╓╪╫░╘╪
  588. *menuBar*reload.mnemonic:        R
  589. *menuBar*reload.acceleratorText:    Alt+R
  590.  
  591. *menuBar*loadImages.labelString:    ╫░╘╪═╝╧≤
  592. *menuBar*loadImages.mnemonic:        I
  593. *menuBar*loadImages.acceleratorText:    Alt+I
  594.  
  595. *menuBar*refresh.labelString:        ╦ó╨┬
  596. *menuBar*refresh.mnemonic:        f
  597. ! no accelerator
  598.  
  599. *menuBar*source.labelString:        ╘┤┬δ...
  600. *menuBar*source.mnemonic:        S
  601. ! no accelerator
  602.  
  603.  
  604. !=============================================================================
  605. *menuBar.go.labelString:        ╠°╓┴
  606.  
  607. *menuBar*back.labelString:        ╖╡╗╪
  608. *menuBar*back.mnemonic:            B
  609. *menuBar*back.acceleratorText:        Alt+Left
  610.  
  611. *menuBar*forward.labelString:        ╧≥╟░
  612. *menuBar*forward.mnemonic:        F
  613. *menuBar*forward.acceleratorText:    Alt+Right
  614.  
  615. *menuBar*home.labelString:        ╕∙
  616. *menuBar*home.mnemonic:            H
  617. ! no accelerator
  618.  
  619. *menuBar*abort.labelString:        ═ú╓╣╫░╘╪
  620. *menuBar*abort.mnemonic:        S
  621. *menuBar*abort.acceleratorText:        ESC
  622.  
  623. *menuBar*viewHistory.labelString:    ╣█▓∞└·╩╖╝╟┬╝...
  624. *menuBar*viewHistory.mnemonic:        V
  625. *menuBar*viewHistory.acceleratorText:    Alt+H
  626.  
  627. *menuBar*historyItem1.acceleratorText:    Alt+1
  628. *menuBar*historyItem2.acceleratorText:    Alt+2
  629. *menuBar*historyItem3.acceleratorText:    Alt+3
  630. *menuBar*historyItem4.acceleratorText:    Alt+4
  631. *menuBar*historyItem5.acceleratorText:    Alt+5
  632. *menuBar*historyItem6.acceleratorText:    Alt+6
  633. *menuBar*historyItem7.acceleratorText:    Alt+7
  634. *menuBar*historyItem8.acceleratorText:    Alt+8
  635. *menuBar*historyItem9.acceleratorText:    Alt+9
  636.  
  637. *menuBar*historyTruncated.labelString:    ( ...╜╪╚í... )
  638. *menuBar*historyTruncated.alignment:    ALIGNMENT_CENTER
  639.  
  640.  
  641. !=============================================================================
  642. *menuBar.bookmark.labelString:        ╩Θ╟⌐
  643.  
  644. *menuBar*addBookmark.labelString:    ╝╙╩Θ╟⌐
  645. *menuBar*addBookmark.mnemonic:        A
  646. *menuBar*addBookmark.acceleratorText:    Alt+A
  647.  
  648. *menuBar*viewBookmark.labelString:    ╣█┐┤╩Θ╟⌐
  649. *menuBar*viewBookmark.mnemonic:        B
  650. *menuBar*viewBookmark.acceleratorText:    Alt+B
  651.  
  652.  
  653. !=============================================================================
  654. *menuBar.options.labelString:        ╤í╧ε
  655.  
  656. *menuBar*preferences.labelString:    ╙┼╤í...
  657. *menuBar*preferences.mnemonic:        P
  658.  
  659. *menuBar*showToolbar.labelString:    ╧╘╩╛╣ñ╛▀╠⌡
  660. *menuBar*showToolbar.mnemonic:        T
  661.  
  662. *menuBar*showURL.labelString:        ╧╘╩╛╬╗╓├
  663. *menuBar*showURL.mnemonic:        L
  664.  
  665. *menuBar*showDirectoryButtons.labelString: ╧╘╩╛─┐┬╝░┤┼Ñ
  666. *menuBar*showDirectoryButtons.mnemonic:       D
  667.  
  668. *menuBar*showSecurityBar.labelString:    ╧╘╩╛░▓╚½╨╘╤╒╔½╠⌡
  669. *menuBar*showSecurityBar.mnemonic:    C
  670.  
  671. *menuBar*autoLoadImages.labelString:    ╫╘╢»╫░╘╪═╝╧≤
  672. *menuBar*autoLoadImages.mnemonic:    A
  673.  
  674. *menuBar*fancyFTP.labelString:        ╧╘╩╛ FTP ╬─╝■╨┼╧ó
  675. *menuBar*fancyFTP.mnemonic:        F
  676.  
  677. *menuBar*saveOptions.labelString:    ▒ú┤µ╤í╧ε
  678. *menuBar*saveOptions.mnemonic:        S
  679.  
  680. !=============================================================================
  681. *menuBar.directory.labelString:        ─┐┬╝
  682.  
  683. *menuBar*netscape.labelString:        Netscape╣½╦╛
  684. *menuBar*netscape.mnemonic:        e
  685.  
  686. *menuBar*sgi.labelString:        Silicon Graphics, Inc.
  687. *menuBar*sgi.mnemonic:            i
  688.  
  689. *menuBar*adobe.labelString:        Adobe Systems, Inc.
  690. *menuBar*adobe.mnemonic:        o
  691.  
  692. *menuBar*whatsNew.labelString:        ╨┬╡─!
  693. *menuBar*whatsNew.mnemonic:        N
  694.  
  695. *menuBar*whatsCool.labelString:        ╝½├ε╡─!
  696. *menuBar*whatsCool.mnemonic:        C
  697.  
  698. *menuBar*newsgroups.labelString:    ╠°╓┴╨┬╬┼╨╦╚ñ╨í╫Θ
  699. *menuBar*newsgroups.mnemonic:        G
  700.  
  701. *menuBar*inetIndex.labelString:        Internet─┐┬╝
  702. *menuBar*inetIndex.mnemonic:        D
  703.  
  704. *menuBar*inetSearch.labelString:    Internet╦╤╦≈
  705. *menuBar*inetSearch.mnemonic:        S
  706.  
  707. *menuBar*inetWhite.labelString:        Internet░╫╥│
  708. *menuBar*inetWhite.mnemonic:        P
  709.  
  710. *menuBar*inetAbout.labelString:        ╙╨╣╪Internet
  711. *menuBar*inetAbout.mnemonic:        A
  712.  
  713. *menuBar*galleria.labelString:        Netscape├┼└╚
  714. *menuBar*galleria.mnemonic:        l
  715.  
  716.  
  717. !=============================================================================
  718. *menuBar.help.labelString:        ░∩╓·
  719.  
  720. *menuBar*about.labelString:        ╣╪╙┌Netscape...
  721. *menuBar*about.mnemonic:        A
  722.  
  723. *menuBar*registration.labelString:    ╡╟╝╟╨┼╧ó
  724. *menuBar*registration.mnemonic:        I
  725.  
  726. *menuBar*manual.labelString:        ╩╓▓ß
  727. *menuBar*manual.mnemonic:        H
  728.  
  729. *menuBar*relnotes.labelString:        ╖ó╨╨╫ó╩═
  730. *menuBar*relnotes.mnemonic:        R
  731.  
  732. *menuBar*faq.labelString:        ╛¡│ú╬╩╡─╬╩╠Γ
  733. *menuBar*faq.mnemonic:            Q
  734.  
  735. *menuBar*aboutSecurity.labelString:    ░▓╚½╨╘
  736. *menuBar*aboutSecurity.mnemonic:    O
  737.  
  738. *menuBar*feedback.labelString:        ╚τ║╬╖╡╗╪╨┼╧ó
  739. *menuBar*feedback.mnemonic:        F
  740.  
  741. *menuBar*support.labelString:        ╚τ║╬╡├╡╜╓º│╓
  742. *menuBar*support.mnemonic:        S
  743.  
  744. *menuBar*howTo.labelString:        ╚τ║╬╜¿┴óWeb╖■╬±
  745. *menuBar*howTo.mnemonic:        H
  746.  
  747.  
  748. ! For the toggles in the options menu
  749. *menuBar*XmToggleButton.indicatorType:        N_OF_MANY
  750. *menuBar*XmToggleButtonGadget.indicatorType:    N_OF_MANY
  751. *menuBar*XmToggleButton.fillOnSelect:        True
  752. *menuBar*XmToggleButtonGadget.fillOnSelect:    True
  753. *menuBar*XmToggleButton.visibleWhenOff:        True
  754. *menuBar*XmToggleButtonGadget.visibleWhenOff:    True
  755.  
  756.  
  757. !=============================================================================
  758. *toolBar.back.labelString:        ╖╡╗╪
  759. *toolBar.forward.labelString:        ╧≥╟░
  760. *toolBar.home.labelString:        ╕∙
  761. *toolBar.reload.labelString:        ╓╪╫░╘╪
  762. *toolBar*loadImages.labelString:    ╫░╘╪═╝╧≤
  763. *toolBar.openURL.labelString:        ┤≥┐¬...
  764. *toolBar.print.labelString:        ┤≥╙í...
  765. *toolBar*find.labelString:        ╤░╒╥
  766. *toolBar*abort.labelString:        ═ú╓╣
  767.  
  768. *toolBar*spacer.marginWidth:        4
  769. *urlBar*spacer.marginWidth:        4
  770.  
  771. *urlBar*whatsNew.labelString:        ╨┬    ╡─
  772. *urlBar*whatsCool.labelString:        ╝½ ├ε ╡─
  773. *urlBar*manual.labelString:        ╩╓    ▓ß
  774. *urlBar*inetSearch.labelString:        ═°┬τ╦╤╤░
  775. *urlBar*inetIndex.labelString:        ═°┬τ─┐┬╝
  776. *urlBar*welcome.labelString:        ╗╢    ╙¡
  777. *urlBar*newsgroups.labelString:        ╨╦╚ñ╨í╫Θ
  778.  
  779. !=============================================================================
  780. *noDocumentLoadedMessage:    ╘┌▒╛┤░┐┌╓╨╗╣├╗╙╨╬─▒╛▒╗╫░╘╪íú
  781. *optionsSavedMessage:        ╤í╧ε╥╤▒╗▒ú┤µíú
  782. *clickToSaveMessage:        ╘┌┴┤╜╙╔╧░┤╥╗╧┬└┤▒ú┤µíú
  783. *clickToSaveCancelledMessage:    ┤µ┴┤╜╙╡╜╬─╝■╓╨▒╗╚í╧√íú
  784. *noPreviousURLMessage:        ╬▐╧╚╟░╬─▒╛íú
  785. *noNextURLMessage:        ╬▐║≤├µ╬─▒╛íú
  786. *noHomeURLMessage:        ╬▐╕∙╬─▒╛▒╗╓╕╢¿íú
  787. *notOverImageMessage:        ▓╗╥¬╘╜╣²╥╗╕÷═╝╧≤(Not over an image)íú
  788. *notOverLinkMessage:        ▓╗╥¬╘╜╣²╥╗╕÷┴┤╜╙(Not over a link)íú
  789. *noSearchStringMessage:        ├╗╙╨╢½╬≈╦╤╤░╚Ñíú
  790. *wrapSearchMessage:         ╡╜┤∩╬─▒╛╡─╜ß╩°┤ªú╗┤╙═╖╘┘┐¬╩╝ú┐
  791. *wrapSearchBackwardMessage:  ╡╜┤∩╬─▒╛╡─┐¬╩╝┤ªú╗┤╙╜ß╩°┤ª╘┘┐¬╩╝ú┐
  792. *noAddressesMessage:         ├╗╓╕╢¿╜╙╩╒╒▀íú
  793. *noFileMessage:             ├╗╓╕╢¿╩Σ│÷╬─╝■íú
  794. *noPrintCommandMessage:         ├╗╓╕╢¿┤≥╙í├ⁿ┴εíú
  795. *overwriteFileMessage:         ╕▓╕╟╥╤┤µ╘┌╡─╬─╝■ %s?
  796. *bookmarksChangedMessage:    ╙▓┼╠╔╧╡─╩Θ╟⌐╬─╝■╥╤▒╗╨▐╕─╣²: ╕▓╕╟╦ⁿ?
  797. *bookmarkConflictMessage:   \
  798.             ╩Θ╟⌐┴╨▒φ├╗╙╨▒ú┤µíú\n╧╓╘┌╓╪╫░╘╪╙▓┼╠╔╧╡─░µ▒╛ú┐
  799. *bookmarksNoFormsMessage:    \
  800.           ▓╗─▄░╤╥╗╕÷▒φ╕±╠ß╜╗╡─╜ß╣√╘÷╝╙╡╜╩Θ╟⌐┴╨▒φ╓╨íú
  801. *reallyQuitMessage:        ╒µ╡─═╦│÷?
  802. *doubleInclusionMessage:    \n\
  803. ╬─▒╛╥╤╛¡▒╗╥²╙├íú\n\
  804.  \n\
  805. ─π╧δ╘┘┤╬╥²╙├╦ⁿ┬≡?\n
  806.  
  807. *expireNowMessage:        \
  808.         ╒Γ╜½▒Ω╝╟─π╦∙╙╨╡─┴┤╜╙╬¬▓╗╕·╦µú¿unfollowedú⌐íú\n╝╠╨°ú┐
  809. *clearMemCacheMessage:        \
  810.     ╒Γ╜½╔╛│²╡▒╟░╘┌─π╡──┌┤µ╕▀╦┘╗║│σú¿memory cacheú⌐╓╨╦∙╙╨╬─╝■íú.\n╝╠╨°ú┐
  811. *clearDiskCacheMessage:        \
  812.     ╒Γ╜½╔╛│²╡▒╟░╘┌─π╡─╙▓┼╠╕▀╦┘╗║│σú¿disk cacheú⌐╓╨╦∙╙╨╬─╝■íú.\n╝╠╨°ú┐
  813.  
  814. *createCacheDirErrorMessage: \
  815. ┤φ╬≤: ╬▐╖¿┤┤╜¿╙└╛├╡─╕▀╦┘╗║│σ─┐┬╝ú║\n\
  816.  \n\
  817.             %s: %s.\n\
  818.  \n\
  819. ╟δ╩╣╙├'╤í╧ε'╓╨╡─'╙┼╧╚'╔Φ╓├╥╗╕÷\n\
  820. ╨┬╡─╕▀╦┘╗║│σ─┐┬╝íú\n
  821.  
  822. *createdCacheDirMessage: \
  823. ╥╗╕÷─┐┬╝╥╤╛¡▒╗┤┤╜¿╫≈╬¬╙▓┼╠╕▀╦┘╗║│σ(disk cache):\n\
  824.  \n\
  825.             %s/\n\
  826.  \n\
  827. ─π┐╔╩╣╙├'╤í╧ε'╓╨╡─'╙┼╧╚'╕─▒Σ'\n\
  828. ╕▀╦┘╗║│σ─┐┬╝íú\n
  829.  
  830. *cacheNotDirMessage: \
  831. ┤φ╬≤: ▒╗┼Σ╓├╬¬╙▓┼╠╕▀╦┘╗║│σ(disk cache)╩╣╙├╡──┐┬╝├√┤µ╘┌\n\
  832. ;╡½▓╗╩╟─┐┬╝:\n\
  833.  \n\
  834.             %s\n\
  835.  \n\
  836. ╟δ╩╣╙├'╤í╧ε'╓╨╡─'╙┼╧╚'╔Φ╓├╥╗╕÷\n\
  837. ╨┬╡─╕▀╦┘╗║│σ─┐┬╝íú\n
  838.  
  839. *cacheSuffixMessage: \
  840.  \n\
  841. ├┐╕÷╙├╗º╙ª╕├╙╨╥╗╕÷╙▓┼╠╕▀╦┘╗║│σ(disk cache);\n\
  842. ╥≥┤╦╜¿╥Θ╩╣╙├╣▓╧φ─┐┬╝(╚τ /tmp)íú\n\
  843.  \n\
  844. ╡▒╟░╫ε┤≤╡─╙▓┼╠╕▀╦┘╗║│σ(disk cache)╠σ╗²╬¬ %d K╫╓╜┌íú\n\
  845. ─π┐╔╩╣╙├'╤í╧ε'╓╨╡─'╙┼╧╚'╕─▒Σ╕▀╦┘╗║│σ(disk cache)íú\n\
  846.  \n\
  847. ╚τ╣√─π╧δ╣╪▒╒╙▓┼╠╕▀╦┘╗║│σú¼┐╔░╤╙▓┼╠╕▀╦┘╗║│σ╟°┤≤╨í╔Φ╓├╬¬ 0íú\n\
  848. ╚τ╣√─π╒Γ╤∙╫÷ú¼╬─▒╛╜½╕∙╛▌─┌┤µ╗║│σ┤≤╨í╙┼╧╚╝╠╨°╗║│σ╘┌\n\
  849. ─┌┤µ╓╨ú¼╡½▓╗╗ß╘┘╗║│σ╡╜╙▓┼╠╔╧íú╒Γ╥Γ╬╢╫┼╗║│σ─┌╚▌╜½▓╗─▄\n\
  850. │╓╨°╡╜╧┬╥╗┤╬╡─
  851.  
  852. *cubeTooSmallMessage:        \
  853. ╬╥├╟╓╗─▄╖╓┼Σ %d ╡Ñ╘¬╕°╤╒╔½┴ó╖╜┐Θú¼╔½▓╩╙╔╢╢╢»╖¿(dither)▓·╔·íú\n\
  854. ╥≥┤╦ú¼═╝╧≤╡─╓╩┴┐┐╔─▄▓╗║├íú\n\
  855.  \n\
  856. ╕─▒Σ═╝╧≤╓╩┴┐╡─╥╗╓╓╖╜╖¿╩╟ú║═╦│÷╒²╘┌╘╦╨╨╡─╔½▓╩├▄╝»╡─╙ª╙├ú¼\n\
  857. ╚╗║≤╓╪╞⌠╢»Netscapeíú\n\
  858.  \n\
  859. ┴φ╥╗╓╓╖╜╖¿╩╟╘┌╘╦╨╨ Netscape ╩▒╝╙╙├╤í╧ε `-install'ú¼\n\
  860. ╟┐╞╚╧╡═│▓╔╙├╦╜╙╨╡─╤╒╔½▒φíú╒Γ╤∙╫÷╡─╚▒╡π╩╟ú║╘┌╥╗╨⌐╧╡═│╔╧,\n\
  861. ╡▒╥╞╢»╜╣╡π╡╜┴φ╥╗╕÷┤░┐┌╩▒ú¼╤╒╔½▒φ╗ß╔┴╦╕íú
  862.  
  863. *renameInitFilesMessage:        \
  864. └╧░µ▒╛Netscape╡─╙┼╧╚╬─╝■(Preferences files)┤µ╘┌ú╗\n\
  865. ▒╛░µ▒╛╡─Netscape╩╣╙├═¼╤∙╡─╬─╝■╕±╩╜ú¼╡½╩╣╙├▓╗═¼╡─\n\
  866. ╬─╝■├√íú─π╧δ╕─▒Σ╙┼╧╚╬─╝■╡─╬─╝■├√┬≡ú┐
  867.  
  868. *unsentMailMessage:            \
  869. ╬┤╖ó╦═╡─╙╩╝■╨┼╧ó┤µ╘┌ú¼─π╒µ╡─▓╗╖ó╦═╒Γ╨⌐╨┼╧ó╛══╦│÷┬≡ú┐
  870.  
  871. *emptyMessageQuestion:            \
  872. ▒╛╨┼╧ó╔╨╬┤▒╗▒α╝¡ú¼╢°╟╥├╗╙╨┴¼╜╙(attachment)íú\n\
  873. ─π╒µ╡─╧δ╖ó╦═╥╗╕÷┐╒╨┼╧óú┐
  874.  
  875. *binaryDocumentMessage:            \
  876. ▒╛╬─▒╛╩╟╢■╜°╓╞╩²╛▌ú╗▓╗─▄╣█┐┤╘┤┬δíú
  877.  
  878.  
  879. !=============================================================================
  880. *preeditType:                none
  881. *netscape.preeditType:                        overthespot
  882.  
  883. *popup.title.labelString:        Netscape├ⁿ┴ε:
  884. *popup.back.labelString:        ╖╡╗╪
  885. *popup.forward.labelString:        ╧≥╟░
  886. *popup.home.labelString:        ╕∙
  887. *popup.openURL.labelString:        ┤≥┐¬▒╛┴┤╜╙
  888. *popup.addURLBookmark.labelString:    ╝╙▒╛┴┤╜╙╡╜╩Θ╟⌐╓╨
  889. *popup.openURLNewWindow.labelString:    ▒╛┴┤╜╙╙├╨┬┤░┐┌
  890. *popup.saveURL.labelString:        ▒ú┤µ┴┤╜╙╬¬...
  891. *popup.copyURLToClip.labelString:    ┐╜▒┤▒╛┴┤╜╙╬╗╓├╡╜╩Θ╨┤░σ
  892. *popup.openImage.labelString:        ╣█┐┤▒╛═╝╧≤
  893. *popup.saveImage.labelString:        ▒ú┤µ▒╛═╝╧≤╬¬...
  894. *popup.copyImageURLToClip.labelString:    ┐╜▒┤▒╛═╝╧≤╬╗╓├╡╜╩Θ╨┤░σ
  895. *popup.loadDelayedImage.labelString:    ╫░╘╪▒╛═╝╧≤
  896. *popup*back.acceleratorText:        Alt+Left
  897. *popup*forward.acceleratorText:        Alt+Right
  898. *popup*saveURL.acceleratorText:        Shift+Button1
  899. *popup*openURL.acceleratorText:        Button1
  900. *popup*openURLNewWindow.acceleratorText:Button2
  901. *popup.XmPushButtonGadget.marginLeft:    5
  902. *popup.XmPushButtonGadget.marginRight:    5
  903. *popup.XmPushButtonGadget.alignment:    ALIGNMENT_BEGINNING
  904. *popup.separator0.separatorType:    SHADOW_ETCHED_IN
  905. *popup.separator1.separatorType:    SHADOW_ETCHED_IN
  906. *popup.separator2.height:        5
  907. *popup.separator2.separatorType:    NO_LINE
  908. *popup.separator3.separatorType:    SHADOW_ETCHED_IN
  909. *popup.separator4.separatorType:    SHADOW_ETCHED_IN
  910. *popup.separator5.separatorType:    SHADOW_ETCHED_IN
  911.  
  912. *history_popup.title:            Netscape: ┤░┐┌└·╩╖
  913. *history_popup*listLabelString:        ─π╘°╡╜╣²(Where You've Been)...
  914. *history_popup*OK.labelString:        ╠°╓┴
  915. *history_popup*OkLabelString:        ╠°╓┴
  916. *history_popup*Cancel.labelString:    ╣╪▒╒
  917. *history_popup*CancelLabelString:    ╣╪▒╒
  918. *history_popup*Apply.labelString:    ┤┤╜¿╩Θ╟⌐
  919. *history_popup*ApplyLabelString:    ┤┤╜¿╩Θ╟⌐
  920.  
  921. *source_popup.title:                Netscape: ╣█┐┤╘┤┬δ
  922. *source_popup*save.labelString:            ▒ú┤µ...
  923. *source_popup*OK.labelString:            ╚╖╚╧
  924. *source_popup*text.editable:            False
  925. *source_popup*text.cursorPositionVisible:    False
  926. *source_popup*text.wordWrap:            True
  927. *source_popup*text.scrollHorizontal:        False
  928. *source_popup*urlLabel.labelString:        ╬╗╓├:
  929. *source_popup*titleLabel.labelString:        ╠Γ─┐:
  930. *source_popup*titleLabel.leftOffset:        0
  931. *source_popup*titleLabel.rightOffset:        4
  932. *source_popup*titleLabel.alignment:        ALIGNMENT_END
  933. *source_popup*urlLabel.topOffset:        0
  934. *source_popup*urlLabel.leftOffset:        0
  935. *source_popup*urlLabel.rightOffset:        4
  936. *source_popup*urlLabel.alignment:        ALIGNMENT_END
  937. *source_popup*titleText.leftOffset:        0
  938. *source_popup*titleText.rightOffset:        0
  939. *source_popup*urlText.leftOffset:        0
  940. *source_popup*urlText.rightOffset:        0
  941. *source_popup*text.leftOffset:            0
  942. *source_popup*text.rightOffset:            0
  943. *source_popup*XmScrolledWindow.topOffset:    8
  944. *source_popup*text.columns:            40
  945. *source_popup*text.rows:            20
  946.  
  947. *docinfo_popup.title:                Netscape: ╬─▒╛╨┼╧ó
  948. *docinfo_popup*OK.labelString:    ╚╖╚╧
  949. *docinfo_popup*titleLabel.labelString:        ╠Γ─┐:
  950. *docinfo_popup*urlLabel.labelString:        ╬╗╓├:
  951. *docinfo_popup*modifiedLabel.labelString:    ╫ε║≤╡─╕─╢»:
  952. *docinfo_popup*sourceLabel.labelString:        ╘┤┬δ:
  953. *docinfo_popup*charsetLabel.labelString:    ▒α┬δ:
  954. *docinfo_popup*dpyLabel.labelString:        ┐╔╩╙╗»:
  955. *docinfo_popup*securityFrame.label.labelString:    ░▓╚½╨┼╧ó
  956. *docinfo_popup*certificateLabel.labelString:    ╖■╬±╞≈╓ñ╩Θú║
  957. *docinfo_popup*certificateText.columns:        20
  958. *docinfo_popup*certificateText.rows:        6
  959. *docinfo_popup*certificateText.wordWrap:    True
  960. *docinfo_popup*certificateText.scrollHorizontal:False
  961. *docinfo_popup*scrollBarDisplayPolicy:        AS_NEEDED
  962. *docinfo_popup*scrollingPolicy:            AUTOMATIC
  963. *docinfo_popup*securityText.wordWrap:        True
  964. *docinfo_popup*securityText.scrollHorizontal:    False
  965. *docinfo_popup*urlLabel.topOffset:        0
  966. *docinfo_popup*urlLabel.leftOffset:        0
  967. *docinfo_popup*urlLabel.rightOffset:        4
  968. *docinfo_popup*urlLabel.alignment:        ALIGNMENT_END
  969. *docinfo_popup*titleLabel.leftOffset:        0
  970. *docinfo_popup*titleLabel.rightOffset:        4
  971. *docinfo_popup*titleLabel.alignment:        ALIGNMENT_END
  972. *docinfo_popup*modifiedLabel.topOffset:        0
  973. *docinfo_popup*modifiedLabel.leftOffset:    0
  974. *docinfo_popup*modifiedLabel.rightOffset:    4
  975. *docinfo_popup*modifiedLabel.alignment:        ALIGNMENT_END
  976. *docinfo_popup*charsetLabel.topOffset:        0
  977. *docinfo_popup*charsetLabel.leftOffset:        0
  978. *docinfo_popup*charsetLabel.rightOffset:    4
  979. *docinfo_popup*charsetLabel.alignment:        ALIGNMENT_END
  980. *docinfo_popup*sourceLabel.topOffset:        0
  981. *docinfo_popup*sourceLabel.leftOffset:        0
  982. *docinfo_popup*sourceLabel.rightOffset:        4
  983. *docinfo_popup*sourceLabel.alignment:        ALIGNMENT_END
  984. ! add 5 to dpyLabel.topOffset to align label with text baseline (gag)
  985. *docinfo_popup*dpyLabel.topOffset:        5
  986. *docinfo_popup*dpyLabel.leftOffset:        0
  987. *docinfo_popup*dpyLabel.rightOffset:        4
  988. *docinfo_popup*dpyLabel.alignment:        ALIGNMENT_END
  989. *docinfo_popup*dpyText.rows:            3
  990. *docinfo_popup*dpyText.columns:            16
  991. *docinfo_popup*titleText.columns:        14
  992. *docinfo_popup*securityFrame.topOffset:        10
  993. *docinfo_popup*keyDescLabel.leftOffset:        14
  994. *docinfo_popup*keyDescLabel.rightOffset:    14
  995. *docinfo_popup*keyDescLabel.alignment:        ALIGNMENT_BEGINNING
  996. *docinfo_popup*certificateLabel.leftOffset:    10
  997. *docinfo_popup*certificateLabel.rightOffset:    10
  998. *docinfo_popup*certificateLabel.alignment:    ALIGNMENT_BEGINNING
  999. *docinfo_popup*securityLabel.leftOffset:    14
  1000. *docinfo_popup*securityLabel.rightOffset:    14
  1001. *docinfo_popup*securityLabel.alignment:        ALIGNMENT_BEGINNING
  1002. *docinfo_popup*XmScrolledWindow.leftOffset:    10
  1003. *docinfo_popup*XmScrolledWindow.rightOffset:    10
  1004.  
  1005. *docinfo*noSecurityMessage:\
  1006. ▒╛░µ▒╛╡─Netscape─┌▓╗░ⁿ║¼░▓╚½▒ú╗ñ╚φ╝■íú
  1007.  
  1008. *docinfo*securityLabel.labelString:\
  1009. ╩╣╙├╖■╬±╞≈╓ñ├≈(server authentication)└┤▒ú╗ñ─π╩╒╡╜Internet╬─▒╛║═─π╖ó╗╪\n\
  1010. ╡─╨┼╧ó╡─░▓╚½╨╘ú¼╙├╝╙├▄╦π╖¿║═╩²╛▌╥╗╓┬╨╘▒ú╗ñ╥■╦╜íú\n\
  1011. ─π┐╔╙├╘┌╫┤╠¼╟°╓╨╡─ key/broken key╗≥─┌╚▌╟°╔╧╖╜╡─╤╒╔½╠⌡(└╢╔½╬¬░▓╚½╡─ú╗\n\
  1012. ░▓╚½╬¬▓╗┐╔┐┐)íú╧Ω╧╕╨┼╧ó╟δ▓╬┐╝─π╡─╩╓▓ß╗≥'░▓╚½╨╘'╥│íú
  1013. for details.
  1014.  
  1015.  
  1016. *mailto_popup.title:                Netscape: ╙╩╝■
  1017. *mailto_popup*fromLabel.labelString:        ┤╙:
  1018. *mailto_popup*toLabel.labelString:        ╙╩  ╓┴:
  1019. *mailto_popup*newsgroupsLabel.labelString:    ═╢╝─╓┴:
  1020. *mailto_popup*subjectLabel.labelString:        ╓≈  ╠Γ:
  1021. *mailto_popup*attachLabel.labelString:        ┴¼  ╜╙:
  1022. *mailto_popup*attachButton.labelString:        ┴¼╜╙...
  1023. *mailto_popup*bodyText.wordWrap:        True
  1024. *mailto_popup*bodyText.scrollHorizontal:    False
  1025. *mailto_popup*attachButton.marginWidth:        10
  1026. *mailto_popup*fromLabel.alignment:        ALIGNMENT_END
  1027. *mailto_popup*toLabel.alignment:        ALIGNMENT_END
  1028. *mailto_popup*newsgroupsLabel.alignment:    ALIGNMENT_END
  1029. *mailto_popup*subjectLabel.alignment:        ALIGNMENT_END
  1030. *mailto_popup*attachLabel.alignment:        ALIGNMENT_END
  1031. *mailto_popup*fromLabel.rightOffset:        4
  1032. *mailto_popup*toLabel.rightOffset:        0
  1033. *mailto_popup*subjectLabel.rightOffset:        0
  1034. *mailto_popup*bodyText.topOffset:        8
  1035. *mailto_popup*bodyText.columns:            40
  1036. *mailto_popup*bodyText.rows:            15
  1037. *mailto_popup*mailto.OK.labelString:        ╖ó╦═
  1038. *mailto_popup*mailto.OkLabelString:        ╖ó╦═
  1039. *mailto_popup*mailto.Cancel.labelString:    ╚í╧√
  1040. *mailto_popup*mailto.CancelLabelString:        ╚í╧√
  1041. *mailto_popup*citeButton.labelString:        ╥²╙├╬─▒╛
  1042. *mailto_popup*preeditType:            overthespot
  1043.  
  1044. ! Some people just aren't too hip.
  1045. !*defaultMailtoText:            Hey, check out this cool URL:\n\n
  1046.  
  1047. *attach_popup.title:                Netscape: ┴¼╜╙╬─▒╛
  1048. *attach_popup*attach.Cancel.labelString:    ╚í╧√
  1049. *attach_popup*label.labelString:        \
  1050.     ╘┌╨┼╧ó╡─║≤├µ╘÷╝╙╥╘╧┬╡─┴¼╜╙:
  1051. *attach_popup*docToggle.labelString:        ╬─▒╛:
  1052. *attach_popup*attachURLLabel.labelString:    ┴¼╜╙╬¬:
  1053. *attach_popup*textToggle.labelString:        ╬─▒╛╠σ
  1054. *attach_popup*sourceToggle.labelString:        ╬─▒╛╘┤┬δ
  1055. *attach_popup*postscriptToggle.labelString:    PostScript
  1056. *attach_popup*fileToggle.labelString:        ╬─╝■:
  1057. *attach_popup*browseButton.labelString:        Σ»└└...
  1058. *attach_popup*attach.OK.labelString:        ┴¼╜╙
  1059. *attach_popup*attach.OkLabelString:        ┴¼╜╙
  1060. *attach_popup*XmLabelGadget.alignment:        ALIGNMENT_BEGINNING
  1061. *attach_popup*XmPushButtonGadget.marginHeight:    0
  1062. *attach_popup*indicatorType:            ONE_OF_MANY
  1063. *attach_popup*docToggle.leftOffset:        20
  1064. *attach_popup*docToggle.topOffset:        20
  1065. *attach_popup*fileToggle.topOffset:        20
  1066. *attach_popup*fileToggle.leftOffset:        0
  1067. *attach_popup*fileToggle.bottomOffset:        20
  1068. *attach_popup*attachURLLabel.topOffset:        10
  1069. *attach_popup*attachURLLabel.leftOffset:    80
  1070. *attach_popup*textToggle.leftOffset:        80
  1071. *attach_popup*urlText.columns:            20
  1072. *attach_popup*XmPushButtonGadget.marginWidth:    10
  1073. *attach_popup*XmPushButtonGadget.marginHeight:    5
  1074. *attach_popup*browseButton.rightOffset:        10
  1075.  
  1076.  
  1077. *formatType*none.labelString:        ├╗╙╨┴¼╜╙
  1078. *formatType*text.labelString:        ╬─▒╛
  1079. *formatType*formattedText.labelString:    ╕±╩╜╗»╡─╬─▒╛
  1080. *formatType*html.labelString:        ╘┤┬δ
  1081. *formatType*tree.labelString:        ╘┤┬δ║══╝╧≤
  1082. *formatType*ps.labelString:        PostScript
  1083. *formatType*url.labelString:        ╜÷URL
  1084.  
  1085. *preferences_popup.title:            Netscape: ╙┼╧╚
  1086. *preferences*OkLabelString:                ╚╖╚╧
  1087. *preferences*Apply.labelString:            ╚í╧√
  1088. *preferences*ApplyLabelString:            ╚í╧√
  1089. *preferences*Cancel.labelString:        ╚▒╩í
  1090. *preferences*CancelLabelString:            ╚▒╩í
  1091. *preferences*prefsPopup.styles.labelString:    ┤░┐┌║═┴¼╜╙└α╨═
  1092. *preferences*prefsPopup.colors.labelString:    ╫╓╠σ║═╤╒╔½
  1093. *preferences*prefsPopup.mail.labelString:    ╙╩╝■║═╨┬╬┼
  1094. *preferences*prefsPopup.cache.labelString:    ╕▀╦┘╗║┤µ║══°┬τ
  1095. *preferences*prefsPopup.images.labelString:    ═╝╧≤║═░▓╚½╨╘
  1096. *preferences*prefsPopup.dirs.labelString:    ╙ª╙├║═─┐┬╝
  1097. *preferences*prefsPopup.helpers.labelString:    ░∩╓·╒▀╙ª╙├│╠╨≥
  1098. *preferences*prefsPopup.proxies.labelString:    ┤·└φ(proxy)
  1099. *preferences*prefsPopup*alignment:        ALIGNMENT_BEGINNING
  1100. *preferences*prefsButton*alignment:        ALIGNMENT_BEGINNING
  1101. *preferences*OptionLabel*alignment:        ALIGNMENT_BEGINNING
  1102. *preferences*OptionButton*alignment:        ALIGNMENT_BEGINNING
  1103. *preferences_popup*preeditType:                none
  1104.  
  1105. *preferences*windowFrame*windowBoxLabel.labelString:    ┤░┐┌└α╨═
  1106. *preferences*windowFrame*toolbarLabel.labelString:    ╧╘╩╛╣ñ╛▀╠⌡╬¬:
  1107. *preferences*windowFrame*icons.labelString:        ═╝╨╬
  1108. *preferences*windowFrame*text.labelString:        ╬─▒╛
  1109. *preferences*windowFrame*both.labelString:        ═╝╨╬╝░╬─▒╛
  1110. *preferences*windowFrame*startLabel.labelString:    ┐¬╩╝:
  1111. *preferences*windowFrame*blank.labelString:        ┐╒░╫╥│
  1112. *preferences*windowFrame*home.labelString:        ╕∙╥│(Home Page)╬╗╓├:
  1113. *preferences*windowFrame*fontLabel.labelString:        ╫╓╠σ└α╨═:
  1114. *preferences*windowFrame*small.labelString:        ╨í 
  1115. *preferences*windowFrame*medium.labelString:        ╓╨
  1116. *preferences*windowFrame*large.labelString:        ┤≤
  1117. *preferences*windowFrame*huge.labelString:        ╠╪┤≤
  1118. *preferences*windowFrame*toolbarLabel.alignment:    ALIGNMENT_END
  1119. *preferences*windowFrame*startLabel.alignment:        ALIGNMENT_END
  1120. *preferences*windowFrame*fontLabel.alignment:        ALIGNMENT_END
  1121. *preferences*windowFrame*XmLabel.leftOffset:        10
  1122. *preferences*windowFrame*XmLabelGadget.leftOffset:    10
  1123. *preferences*windowFrame*XmTextField.rightOffset:    10
  1124. *preferences*windowFrame*toolbarLabel.topOffset:    15
  1125. *preferences*windowFrame*icons.topOffset:        15
  1126. *preferences*windowFrame*text.topOffset:        15
  1127. *preferences*windowFrame*both.topOffset:        15
  1128. *preferences*windowFrame*startLabel.topOffset:        15
  1129. *preferences*windowFrame*blank.topOffset:        15
  1130. *preferences*windowFrame*home.topOffset:        15
  1131. *preferences*windowFrame*fontLabel.topOffset:        15
  1132. *preferences*windowFrame*small.topOffset:        15
  1133. *preferences*windowFrame*medium.topOffset:        15
  1134. *preferences*windowFrame*large.topOffset:        15
  1135. *preferences*windowFrame*huge.topOffset:        15
  1136. *preferences*windowFrame*fontLabel.bottomOffset:    15
  1137. *preferences*windowFrame*toolbarLabel.rightOffset:    10
  1138. *preferences*windowFrame*startLabel.rightOffset:    10
  1139. *preferences*windowFrame*fontLabel.rightOffset:        10
  1140. *preferences*windowFrame.topOffset:            10
  1141. *preferences*windowFrame*XmToggleButtonGadget.indicatorType: ONE_OF_MANY
  1142.  
  1143. *preferences*encodingFrame*encodingBoxLabel.labelString:    ▒α┬δ
  1144. *preferences*encodingFrame*encodingOption.labelString:    ╬─▒╛▒α┬δ:
  1145. *preferences*encodingFrame*encodingList*Latin1.labelString:    Latin1
  1146. *preferences*encodingFrame*encodingList*SJIS.labelString:    SJIS
  1147. *preferences*encodingFrame*encodingList*EUC-JP.labelString:    EUC-JP
  1148. *preferences*encodingFrame*encodingList*ISO-2022-KR.labelString:
  1149. ISO-2022-KR
  1150. *preferences*encodingFrame*encodingList*EUC-KR.labelString:        EUC-KR
  1151. *preferences*encodingFrame*encodingList*EUC-CN.labelString:        EUC-CN
  1152. *preferences*encodingFrame*encodingList*EUC-TW.labelString:        EUC-TW
  1153. *preferences*encodingFrame*encodingList*BIG5.labelString:        BIG5
  1154. *preferences*encodingFrame*autoselect.labelString:    ╫╘╢»╤í╘±
  1155.  
  1156. *preferences*linkFrame*linkBoxLabel.labelString:    ┴¼╜╙└α╨═
  1157. *preferences*linkFrame*underline.labelString:        ╘┌┴¼╜╙╧┬├µ╝╙╧┬╗«╧▀
  1158. *preferences*linkFrame*followedLinkLabel.labelString:    ╦µ┴¼╜╙╡─╤╒╔½:
  1159. *preferences*linkFrame*unfollowedLinkLabel.labelString:    ▓╗╦µ┴¼╜╙╡─╤╒╔½:
  1160. *preferences*linkFrame*expireLabel.labelString:        ╦µ┴¼╜╙╡─╙╨╨º╞┌:
  1161. *preferences*linkFrame*expireAfter.labelString:        ╓«║≤:
  1162. *preferences*linkFrame*expireDaysLabel.labelString:    ╠∞
  1163. *preferences*linkFrame*expireDays.columns:        2
  1164. *preferences*linkFrame*expireNever.labelString:        ▓╗╩º╨º
  1165. *preferences*linkFrame*expireNow.labelString:        ╧╓╘┌
  1166. *preferences*linkFrame*followedLinkLabel.alignment:    ALIGNMENT_END
  1167. *preferences*linkFrame*unfollowedLinkLabel.alignment:    ALIGNMENT_END
  1168. *preferences*linkFrame*indicatorType:            ONE_OF_MANY
  1169. *preferences*linkFrame*underline.indicatorType:        N_OF_MANY
  1170. *preferences*linkFrame*XmLabel.leftOffset:        10
  1171. *preferences*linkFrame*XmLabelGadget.leftOffset:    10
  1172. *preferences*linkFrame*expireDaysLabel.leftOffset:    0
  1173. *preferences*linkFrame*expireDays.topOffset:        10
  1174. *preferences*linkFrame*expireDays.bottomOffset:        10
  1175. *preferences*linkFrame*expireNow.marginWidth:        10
  1176. *preferences*linkFrame*underline.leftOffset:        10
  1177. *preferences*linkFrame*expireLabel.leftOffset:        10
  1178. *preferences*linkFrame*expireDaysLabel.leftOffset:    0
  1179. *preferences*linkFrame*expireDays.rightOffset:        0
  1180. *preferences*linkFrame*expireNever.leftOffset:        20
  1181. *preferences*linkFrame*expireNow.leftOffset:        20
  1182. *preferences*linkFrame*expireLabel.rightOffset:        10
  1183. *preferences*linkFrame.topOffset:            10
  1184.  
  1185. *preferences*mailFrame*mailBoxLabel.labelString:    ╡τ╫╙╙╩╝■
  1186. *preferences*mailFrame*mailBoxLabel.topOffset:        -4
  1187. *preferences*mailFrame*mailBoxLabel.leftOffset:        10
  1188. *preferences*mailFrame*smtpLabel.labelString:        ╡τ╫╙╙╩╝■(SMTP)╖■╬±╞≈:
  1189. *preferences*mailFrame*nameLabel.labelString:         ─π╡─├√╫╓:
  1190. *preferences*mailFrame*mailLabel.labelString:         ─π╡─╡τ╫╙╙╩╝■:
  1191. *preferences*mailFrame*orgLabel.labelString:         ─π╦∙╩⌠╗·╣╣:
  1192. *preferences*mailFrame*sigLabel.labelString:         ╟⌐├√╬─╝■:
  1193. *preferences*mailFrame*8bitLabel.labelString:         ╖ó╦═╝░╙╩╝─:
  1194. *preferences*mailFrame*8bitToggle.labelString:         ╘╩╨φ 8-bit
  1195. *preferences*mailFrame*qpToggle.labelString:         ╖√║╧MIME (╥²╓ñ┐╔┤≥╙í╡─)
  1196. *preferences*mailFrame*sigBrowse.labelString:        Σ»└└...
  1197. *preferences*mailFrame*XmLabel.leftOffset:        4
  1198. *preferences*mailFrame*XmLabelGadget.leftOffset:    4
  1199. *preferences*mailFrame*XmTextField.rightOffset:        10
  1200. *preferences*mailFrame*sigBrowse.rightOffset:        10
  1201. *preferences*mailFrame*smtpText.topOffset:        10
  1202. *preferences*mailFrame*mailText.bottomOffset:        15
  1203. *preferences*mailFrame*orgText.bottomOffset:        15
  1204. *preferences*mailFrame*sigText.bottomOffset:        15
  1205. *preferences*mailFrame*sigText.columns:            18
  1206. *preferences*mailFrame*8bitToggle.bottomOffset:        4
  1207. *preferences*mailFrame.topOffset:            10
  1208. *preferences*mailFrame*XmLabel.alignment:        ALIGNMENT_END
  1209. *preferences*mailFrame*XmLabelGadget.alignment:        ALIGNMENT_END
  1210. *preferences*mailFrame*XmPushButtonGadget.leftOffset:    8
  1211. *preferences*mailFrame*XmPushButtonGadget.rightOffset:    8
  1212. *preferences*mailFrame*XmPushButtonGadget.marginWidth:    10
  1213. *preferences*mailFrame*8bitToggle.indicatorType:    ONE_OF_MANY
  1214. *preferences*mailFrame*qpToggle.indicatorType:        ONE_OF_MANY
  1215.  
  1216. *preferences*newsFrame*newshostLabel.labelString:    ╨┬╬┼(NNTP)╖■╬±╞≈:
  1217. *preferences*newsFrame*newsrcLabel.labelString:        ╨┬╬┼RC─┐┬╝:
  1218. *preferences*newsFrame*newsrcBrowse.labelString:    Σ»└└...
  1219. *preferences*newsFrame*newsMaxLabel.labelString:    ╧╘╩╛:
  1220. *preferences*newsFrame*newsMaxSuffix.labelString:    ╞¬╬─╒┬╥╗┤╬
  1221. *preferences*newsFrame*newsMaxSuffix.leftOffset:    0
  1222. *preferences*newsFrame*newsMaxText.columns:        3
  1223. *preferences*newsFrame*newsBoxLabel.labelString:    ╨┬╬┼
  1224. *preferences*newsFrame*XmLabel.alignment:        ALIGNMENT_END
  1225. *preferences*newsFrame*XmLabelGadget.alignment:        ALIGNMENT_END
  1226. *preferences*newsFrame*newsMaxSuffix.alignment:        ALIGNMENT_BEGINNING
  1227. *preferences*newsFrame*XmTextField.rightOffset:        10
  1228. *preferences*newsFrame*XmLabel.leftOffset:        4
  1229. *preferences*newsFrame*XmLabelGadget.leftOffset:    4
  1230. *preferences*newsFrame*XmLabel.rightOffset:        4
  1231. *preferences*newsFrame*XmLabelGadget.rightOffset:    4
  1232. *preferences*newsFrame*newsMaxText.bottomOffset:    10
  1233. *preferences*newsFrame.topOffset:            10
  1234. *preferences*newsFrame*XmPushButtonGadget.marginWidth:    10
  1235. *preferences*newsFrame*XmPushButtonGadget.rightOffset:    10
  1236. *preferences*newsFrame*newsrcText.columns:        18
  1237.  
  1238. *preferences*cacheFrame*cacheBoxLabel.labelString:    ╕▀╦┘╗║┤µ
  1239. *preferences*cacheFrame*memoryLabel.labelString:    ─┌┤µ╕▀╦┘╗║┤µ:
  1240. *preferences*cacheFrame*diskLabel.labelString:        ╙▓┼╠╕▀╦┘╗║┤µ:
  1241. *preferences*cacheFrame*dirLabel.labelString:        ╙▓┼╠╕▀╦┘╗║┤µ─┐┬╝:
  1242. *preferences*cacheFrame*verifyLabel.labelString:    ╤Θ╓ñ╬─▒╛:
  1243. *preferences*cacheFrame*onceToggle.labelString:        ├┐┤╬╫≈╥╡╤Θ╓ñ╥╗┤╬
  1244. *preferences*cacheFrame*everyToggle.labelString:    ├┐┤╬
  1245. *preferences*cacheFrame*expiredToggle.labelString:    ▓╗╤Θ╓ñ
  1246. *preferences*cacheFrame*browse.labelString:        Σ»└└...
  1247. *preferences*cacheFrame*k.labelString:            K╫╓╜┌
  1248. *preferences*cacheFrame*memClear.labelString:        ╧╓╘┌╟σ│²─┌┤µ╕▀╦┘╗║┤µ
  1249. *preferences*cacheFrame*diskClear.labelString:        ╧╓╘┌╟σ│²╙▓┼╠╕▀╦┘╗║┤µ
  1250. *preferences*cacheFrame*memoryText.columns:        3
  1251. *preferences*cacheFrame*diskText.columns:        3
  1252. *preferences*cacheFrame*cacheDirText.columns:        8
  1253. *preferences*cacheFrame*alignment:            ALIGNMENT_BEGINNING
  1254. *preferences*cacheFrame*memoryLabel.alignment:        ALIGNMENT_END
  1255. *preferences*cacheFrame*diskLabel.alignment:        ALIGNMENT_END
  1256. *preferences*cacheFrame*dirLabel.alignment:        ALIGNMENT_END
  1257. *preferences*cacheFrame*verifyLabel.alignment:        ALIGNMENT_END
  1258. *preferences*cacheFrame*memClear.leftOffset:        25
  1259. *preferences*cacheFrame*diskClear.leftOffset:        25
  1260. *preferences*cacheFrame*browse.rightOffset:        10
  1261. *preferences*cacheFrame*browse.bottomOffset:        10
  1262. *preferences*cacheFrame*memoryText.bottomOffset:    10
  1263. *preferences*cacheFrame*onceToggle.bottomOffset:    10
  1264. *preferences*cacheFrame*cacheDirText.bottomOffset:    10
  1265. *preferences*cacheFrame*indicatorType:            ONE_OF_MANY
  1266. *preferences*cacheFrame*browse.marginWidth:        10
  1267. *preferences*cacheFrame*memClear.marginWidth:        10
  1268. *preferences*cacheFrame*diskClear.marginWidth:        10
  1269.  
  1270. *preferences*netFrame*netBoxLabel.labelString:        ═°┬τ
  1271. *preferences*netFrame*bufLabel.labelString:        ═°┬τ╗║│σ╟°┤≤╨í:
  1272. *preferences*netFrame*connLabel.labelString:        ┴¼╜╙:
  1273. *preferences*netFrame*connSuffix.labelString:    \
  1274.             (═¼╥╗╩▒╝Σ╫ε┤≤╡─═°┬τ┴¼╜╙╩²)
  1275. *preferences*netFrame*k.labelString:            K╫╓╜┌
  1276. *preferences*netFrame*connSuffix.rightOffset:        10
  1277. *preferences*netFrame*networkFrame.topOffset:        10
  1278. *preferences*netFrame*bufText.columns:            3
  1279. *preferences*netFrame*connText.columns:            3
  1280. *preferences*netFrame*alignment:            ALIGNMENT_BEGINNING
  1281. *preferences*netFrame*bufLabel.alignment:        ALIGNMENT_END
  1282. *preferences*netFrame*connLabel.alignment:        ALIGNMENT_END
  1283. *preferences*netFrame*bufText.bottomOffset:        10
  1284. *preferences*netFrame*connText.bottomOffset:        10
  1285.  
  1286. *preferences*appsFrame*appsBoxLabel.labelString:    ╓º│╓╡─╙ª╙├
  1287. *preferences*appsFrame*telnetLabel.labelString:        Telnet ╙ª╙├:
  1288. *preferences*appsFrame*tn3270Label.labelString:        TN3270 ╙ª╙├:
  1289. *preferences*appsFrame*rloginLabel.labelString:        Rlogin ╙ª╙├:
  1290. *preferences*appsFrame*rloginUserLabel.labelString:    Rlogin ┤°╙├╗º:
  1291. *preferences*appsFrame*appsFrame.topOffset:        10
  1292. *preferences*appsFrame*rloginUserText.bottomOffset:    10
  1293. *preferences*appsFrame*XmLabel.alignment:        ALIGNMENT_END
  1294. *preferences*appsFrame*XmLabelGadget.alignment:        ALIGNMENT_END
  1295.  
  1296. *preferences*dirsFrame*dirsBoxLabel.labelString:    ─┐┬╝
  1297. *preferences*dirsFrame*tmpLabel.labelString:         ┴┘╩▒─┐┬╝:
  1298. *preferences*dirsFrame*bookLabel.labelString:         ╩Θ╟⌐:
  1299. *preferences*dirsFrame*tmpBrowse.labelString:        Σ»└└...
  1300. *preferences*dirsFrame*bookBrowse.labelString:        Σ»└└...
  1301. *preferences*dirsFrame*dirsFrame.topOffset:        10
  1302. *preferences*dirsFrame*tmpText.columns:            19
  1303. *preferences*dirsFrame*tmpText.bottomOffset:        10
  1304. *preferences*dirsFrame*bookText.bottomOffset:        10
  1305. *preferences*dirsFrame*XmLabel.alignment:        ALIGNMENT_END
  1306. *preferences*dirsFrame*XmLabelGadget.alignment:        ALIGNMENT_END
  1307. *preferences*dirsFrame.topOffset:            10
  1308. *preferences*dirsFrame*XmPushButtonGadget.marginWidth:    10
  1309. *preferences*dirsFrame*XmPushButtonGadget.rightOffset:    10
  1310.  
  1311. *preferences*imagesFrame*imagesBoxLabel.labelString:    ═╝╧≤
  1312. *preferences*imagesFrame*colors.labelString:        ╤╒╔½:
  1313. *preferences*imagesFrame*dither.labelString:        ╢╢╢»(dither)╡╜╤╒╔½╖╜┐Θ
  1314. *preferences*imagesFrame*closest.labelString:    ╩╣╙├╤╒╔½╖╜┐Θ╓╨╫ε╜╙╜ⁿ╡─╤╒╔½
  1315. *preferences*imagesFrame*display.labelString:        ╧╘╩╛╤╒╔½:
  1316. *preferences*imagesFrame*while.labelString:        ╘┌╫░╘╪╩▒
  1317. *preferences*imagesFrame*after.labelString:        ╫░╘╪║≤
  1318. *preferences*imagesFrame*imagesFrame.topOffset:        10
  1319. *preferences*imagesFrame*closest.rightOffset:        10
  1320. *preferences*imagesFrame*while.bottomOffset:        10
  1321. *preferences*imagesFrame*XmLabelGadget.alignment:    ALIGNMENT_END
  1322. *preferences*imagesFrame*XmToggleButtonGadget.alignment:ALIGNMENT_BEGINNING
  1323. *preferences*imagesFrame*indicatorType:            ONE_OF_MANY
  1324. *preferences*imagesFrame*after.bottomOffset:        10
  1325.  
  1326. *preferences*securityFrame*securityBoxLabel.labelString: ░▓╚½╨╘▒Σ╢»
  1327. *preferences*securityFrame*alertLabel.labelString:   ╓«╟░╧╘╩╛╧╘╩╛╥╗╕÷╡»│÷╛»╕µ:
  1328. *preferences*securityFrame*enterToggle.labelString:     \
  1329.                       ╩Σ╚δ░▓╚½╬─▒╛┐╒╝Σ (╖■╬±╞≈)
  1330. *preferences*securityFrame*leaveToggle.labelString:     \
  1331.                        ┴⌠╧┬░▓╚½╬─▒╛┐╒╝Σ (╖■╬±╞≈)
  1332. *preferences*securityFrame*mixedToggle.labelString:     \
  1333.                   ╩╣╙├░▓╚½/▓╗░▓╚½(Secure/Insecure)╗∞║═─ú╩╜╣█┐┤╬─▒╛
  1334. *preferences*securityFrame*alignment:             ALIGNMENT_BEGINNING
  1335. *preferences*securityFrame*submitToggle.labelString:     \
  1336.                            ▓╗░▓╚½╡─╠ß╜╗▒φ
  1337. *preferences*securityFrame*alertLabel.topOffset:     10
  1338. *preferences*securityFrame*alertLabel.leftOffset:     10
  1339. *preferences*securityFrame*enterToggle.topOffset:     10
  1340. *preferences*securityFrame*enterToggle.leftOffset:     20
  1341. *preferences*securityFrame*submitToggle.bottomOffset:     10
  1342. *preferences*securityFrame*enterToggle.rightOffset:     10
  1343. *preferences*securityFrame*leaveToggle.rightOffset:     10
  1344. *preferences*securityFrame*mixedToggle.rightOffset:     10
  1345. *preferences*securityFrame*submitToggle.rightOffset:     10
  1346. *preferences*securityFrame.topOffset:             10
  1347.  
  1348. *preferences*proxiesFrame*proxiesBoxLabel.labelString:    ┤·└φ(Proxies)
  1349. *preferences*proxiesFrame*ftpLabel.labelString:        FTP┤·└φ(Proxy):
  1350. *preferences*proxiesFrame*gopherLabel.labelString:    Gopher┤·└φ(Proxy):
  1351. *preferences*proxiesFrame*httpLabel.labelString:    HTTP┤·└φ(Proxy):
  1352. *preferences*proxiesFrame*httpsLabel.labelString:    ░▓╚½╨╘┤·└φ(Proxy):
  1353. *preferences*proxiesFrame*waisLabel.labelString:    WAIS┤·└φ(Proxy):
  1354. *preferences*proxiesFrame*noLabel.labelString:        ╬▐┤·└φ(Proxy)╕°:
  1355. *preferences*proxiesFrame*socksLabel.labelString:    SOCKS ╓≈╗·:
  1356. *preferences*proxiesFrame*portLabel.labelString:    ╢╦┐┌:
  1357. *preferences*proxiesFrame*XmLabel.alignment:        ALIGNMENT_END
  1358. *preferences*proxiesFrame*XmLabelGadget.alignment:    ALIGNMENT_END
  1359. *preferences*proxiesFrame*XmTextField.columns:        19
  1360. *preferences*proxiesFrame*ftpPort.columns:        3
  1361. *preferences*proxiesFrame*ftpText.rightOffset:        10
  1362. *preferences*proxiesFrame*ftpPort.rightOffset:        10
  1363. *preferences*proxiesFrame*proxiesBoxLabel.leftOffset:    10
  1364. *preferences*proxiesFrame*proxiesBoxLabel.topOffset:    -4
  1365. *preferences*proxiesFrame*XmLabel.leftOffset:        10
  1366. *preferences*proxiesFrame*XmLabelGadget.leftOffset:    10
  1367. *preferences*proxiesFrame*portLabel.leftOffset:        10
  1368. *preferences*proxiesFrame*noText.bottomOffset:        10
  1369. *preferences*proxiesFrame*socksText.topOffset:        15
  1370. *preferences*proxiesFrame*socksText.bottomOffset:    10
  1371.  
  1372. *preferences*helperFrame*helperBoxLabel.labelString:   MIME ┼Σ╓├╬─╝■
  1373. *preferences*helperFrame*globalMimeTypesLabel.labelString: ╚½╛╓└α╨═╬─╝■:
  1374. *preferences*helperFrame*privateMimeTypesLabel.labelString:╕÷╚╦└α╨═╬─╝■:
  1375. *preferences*helperFrame*globalMailcapLabel.labelString:   ╚½╛╓Mailcap╬─╝■:
  1376. *preferences*helperFrame*privateMailcapLabel.labelString:╕÷╚╦Mailcap╬─╝■:
  1377. *preferences*helperFrame*globalMimeTypesBrowseButton.labelString:  Σ»└└...
  1378. *preferences*helperFrame*privateMimeTypesBrowseButton.labelString: Σ»└└...
  1379. *preferences*helperFrame*globalMailcapBrowseButton.labelString:       Σ»└└...
  1380. *preferences*helperFrame*privateMailcapBrowseButton.labelString:   Σ»└└...
  1381. *preferences*helperFrame*globalMimeTypesBrowseButton.marginWidth:  10
  1382. *preferences*helperFrame*privateMimeTypesBrowseButton.marginWidth: 10
  1383. *preferences*helperFrame*globalMailcapBrowseButton.marginWidth:       10
  1384. *preferences*helperFrame*privateMailcapBrowseButton.marginWidth:   10
  1385. *preferences*helperFrame*XmLabel.rightOffset:                  4
  1386. *preferences*helperFrame*XmLabelGadget.rightOffset:           4
  1387. *preferences*helperFrame*XmLabel.alignment:              ALIGNMENT_END
  1388. *preferences*helperFrame*XmLabelGadget.alignment:          ALIGNMENT_END
  1389. *preferences*helperFrame*XmTextField.columns:               18
  1390. *preferences*helperFrame*globalMailcapText.topOffset:            10
  1391. *preferences*helperFrame*privateMailcapText.bottomOffset:        10
  1392. *preferences*helperFrame*XmPushButtonGadget.leftOffset:           10
  1393. *preferences*helperFrame*XmPushButtonGadget.rightOffset:       10
  1394.  
  1395.  
  1396.  
  1397. *enteringSecureDialog_popup.title:        Netscape: ░▓╚½╬─▒╛
  1398. *enteringSecureDialog*toggle.labelString:      ╧┬┤╬╧╘╩╛▒╛▒Σ╢»
  1399. *enteringSecureDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  1400. *enteringSecureDialog*toggle.leftOffset:    100
  1401. *enteringSecureDialog.selectionLabelString:\
  1402. ─π╥╤╔Ω╟δ╥╗╕÷░▓╚½╬─▒╛íú╘┌┤½╩Σ╣²│╠╓╨╬─▒╛║═─π╖ó╗╪\n\
  1403. ╡─╚╬║╬╨┼╧ó╢╝▒╗╝╙├▄╥╘▒ú╗ñ─π╡─╥■╦╜íú\n\
  1404. ╣╪╙┌░▓╚½╖╜├µ╡─╕ⁿ╧Ω╧╕╨┼╧óú¼╟δ╘┌'╬─╝■'▓╦╡Ñ╓╨╤í╘±'╬─▒╛╨┼╧ó'íú
  1405.  
  1406. *leavingSecureDialog_popup.title:        Netscape: ░▓╚½╨╘╛»╕µ
  1407. *leavingSecureDialog*toggle.labelString:    ╧┬┤╬╧╘╩╛▒╛▒Σ╢»
  1408. *leavingSecureDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  1409. *leavingSecureDialog.OkLabelString:        ╝╠╨°╫░╘╪
  1410. *leavingSecureDialog.CancelLabelString:        ╚í╧√╫░╘╪
  1411. *leavingSecureDialog*toggle.leftOffset:        100
  1412. *leavingSecureDialog.selectionLabelString:\
  1413. ─π╥╤╔Ω╟δ╥╗╕÷╖╟░▓╚½╬─▒╛íú╘┌┤½╩Σ╣²│╠╓╨╬─▒╛║═─π╖ó╗╪\n\
  1414. ╡─╚╬║╬╨┼╧ó╢╝┐╔▒╗╡┌╚²╖╜╦∙╗±╚ííú\n\
  1415. ╣╪╙┌░▓╚½╖╜├µ╡─╕ⁿ╧Ω╧╕╨┼╧óú¼╟δ╘┌'╬─╝■'▓╦╡Ñ╓╨╤í╘±'╬─▒╛╨┼╧ó'íú
  1416.  
  1417. *mixedSecurityDialog_popup.title:        Netscape: ░▓╚½╨╘╛»╕µ
  1418. *mixedSecurityDialog*toggle.labelString:    ╧┬┤╬╧╘╩╛▒╛▒Σ╢»
  1419. *mixedSecurityDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  1420. *mixedSecurityDialog*toggle.leftOffset:        100
  1421. *mixedSecurityDialog.selectionLabelString:\
  1422. ─π╥╤╔Ω╟δ╥╗╕÷░ⁿ║¼╥╗╨⌐╖╟░▓╚½╨┼╧ó╡─░▓╚½╬─▒╛íú\n\
  1423.  \n\
  1424. ╖╟░▓╚½╨┼╧ó╜½▓╗▒╗╧╘╩╛íú\n\
  1425. ╣╪╙┌░▓╚½╖╜├µ╡─╕ⁿ╧Ω╧╕╨┼╧óú¼╟δ╘┌'╬─╝■'▓╦╡Ñ╓╨╤í╘±'╬─▒╛╨┼╧ó'íú
  1426.  
  1427. *redirectionToInsecureDialog_popup.title:    Netscape: ░▓╚½╨╘╛»╕µ
  1428. *redirectionToInsecureDialog*toggle.labelString:╧┬┤╬╧╘╩╛▒╛▒Σ╢»
  1429. *redirectionToInsecureDialog*toggle.alignment:    ALIGNMENT_BEGINNING
  1430. *redirectionToInsecureDialog.OkLabelString:    ╝╠╨°╫░╘╪
  1431. *redirectionToInsecureDialog.CancelLabelString:    ╚í╧√╫░╘╪
  1432. *redirectionToInsecureDialog*toggle.leftOffset:    100
  1433. *redirectionToInsecureDialog.selectionLabelString:\
  1434. ╛»╕µ! ─π╥╤╔Ω╟δ╥╗╕÷╖╟░▓╚½╬─▒╛ú¼┤╦╬─▒╛╘¡╧╚▒╗╓╕╢¿╬¬░▓╚½╬─▒╛\n\
  1435. (╒Γ╕÷╬╗╓├▒╗┤╙░▓╚½╬─▒╛╓╪╢¿╧≥╬¬╖╟░▓╚½╬─▒╛)íú\n\
  1436. ╘┌┤½╩Σ╣²│╠╓╨╬─▒╛║═─π╖ó╗╪╡─╚╬║╬╨┼╧ó╢╝┐╔▒╗╡┌╚²╖╜╦∙╗±╚ííú
  1437.  
  1438. *insecurePostFromSecureDocDialog_popup.title:         Netscape: ░▓╚½╨╘╛»╕µ
  1439. *insecurePostFromSecureDocDialog*toggle.labelString: ╧┬┤╬╧╘╩╛▒╛▒Σ╢»
  1440. *insecurePostFromSecureDocDialog*toggle.alignment:   ALIGNMENT_BEGINNING
  1441. *insecurePostFromSecureDocDialog.OkLabelString:      ╝╠╨°╠ß╜╗
  1442. *insecurePostFromSecureDocDialog.CancelLabelString:  ╚í╧√╠ß╜╗
  1443. *insecurePostFromSecureDocDialog*toggle.leftOffset:  100
  1444. *insecurePostFromSecureDocDialog.selectionLabelString:\
  1445. ╛»╕µ! ╦Σ╚╗░▓╚½╩╟░▓╚½╬─▒╛ú¼╡½─π╠ß╜╗╡─╚╬║╬╨┼╧ó╢╝╩╟▓╗░▓╚½╡─╢°╟╥╘┌\n\
  1446. ┤½╩Σ╣²│╠╓╨┐╔▒╗╡┌╚²╖╜╦∙╗±╚ííú╚τ╣√─π╠ß╜╗┐┌┴εú¼╨┼╙├┐¿║┼┬δú¼╗≥╞Σ╦ⁿ\n\
  1447. ─π╧δ▒ú├▄╡─╨┼╧óú¼╚í╧√▒╛▓┘╫≈╜½╕ⁿ░▓╚½íú
  1448.  
  1449. *insecurePostFromInsecureDocDialog_popup.title:          Netscape: ░▓╚½╨╘╛»╕µ
  1450. *insecurePostFromInsecureDocDialog.OkLabelString:     ╝╠╨°╠ß╜╗
  1451. *insecurePostFromInsecureDocDialog.CancelLabelString: ╚í╧√╠ß╜╗
  1452. *insecurePostFromInsecureDocDialog*toggle.labelString:╧┬┤╬╧╘╩╛▒╛▒Σ╢»
  1453. *insecurePostFromInsecureDocDialog*toggle.alignment:  ALIGNMENT_BEGINNING
  1454. *insecurePostFromInsecureDocDialog*toggle.leftOffset: 100
  1455. *insecurePostFromInsecureDocDialog.selectionLabelString:\
  1456. ─π╠ß╜╗╡─╨┼╧ó╩╟▓╗░▓╚½╡─╢°╟╥╘┌┤½╩Σ╣²│╠╓╨┐╔▒╗╡┌╚²╖╜╦∙╗±╚ííú\n\
  1457. ╚τ╣√─π╠ß╜╗┐┌┴εú¼╨┼╙├┐¿║┼┬δú¼╗≥╞Σ╦ⁿ─π╧δ▒ú├▄╡─╨┼╧óú¼\n\
  1458. ╚í╧√▒╛▓┘╫≈╜½╕ⁿ░▓╚½íú
  1459.  
  1460. *licenseDialog_popup.title:            Netscape: ╨φ┐╔╓ñ╨¡╥Θ
  1461. *licenseDialog*label1.labelString:\n\
  1462.  Netscape ╩╟╥╗╕÷╨Φ╥¬╨φ┐╔╓ñ╡─╚φ╝■íú ▒╛╚φ╝■╡─╩╣╙├▒╗╥╘╧┬\n\
  1463.  ╨φ┐╔╓ñ╨¡╥Θ╠⌡┐ε╦∙╘╝╩°íú\n
  1464. *licenseDialog*label2.labelString:\n\
  1465.  ╚τ╣√─π╜╙╩▄▒╛╨φ┐╔╓ñ╨¡╥Θ╠⌡┐εú¼╟δ░┤'╜╙╩▄'íú╖±╘≥░┤'▓╗╜╙╩▄'íú\n\
  1466. *licenseDialog*text.columns:            18
  1467. *licenseDialog*text.rows:            23
  1468. *licenseDialog*text.wordWrap:            True
  1469. *licenseDialog*text.scrollHorizontal:        False
  1470. *licenseDialog.accept.labelString:        ╜╙  ╩▄
  1471. *licenseDialog.reject.labelString:        ▓╗╜╙╩▄
  1472.  
  1473. *printSetup_popup.title:            Netscape: ┤≥╙í
  1474. *printSetup*printToLabel.labelString:        ┤≥╙í╓┴:
  1475. *printSetup*toPrinterToggle.labelString:        ┤≥╙í╗·
  1476. *printSetup*toFileToggle.labelString:        ╬─╝■
  1477. *printSetup*printCommandLabel.labelString:    ┤≥╙í├ⁿ┴ε:
  1478. *printSetup*fileNameLabel.labelString:        ╬─╝■├√:
  1479. *printSetup*browseButton.labelString:        Σ»└└...
  1480. *printSetup*printLabel.labelString:        ┤≥╙í:
  1481. *printSetup*firstFirstToggle.labelString:    ╟░├µ╧╚╧╘╩╛
  1482. *printSetup*lastFirstToggle.labelString:    ║≤├µ╧╚╧╘╩╛
  1483. *printSetup*orientationLabel.labelString:    ╢¿╧≥:
  1484. *printSetup*portraitToggle.labelString:        ╨ñ╧±
  1485. *printSetup*landscapeToggle.labelString:    ╖τ╛░
  1486. *printSetup*printColorLabel.labelString:    ┤≥╙í:
  1487. *printSetup*greyscaleToggle.labelString:    ╗╥╔½
  1488. *printSetup*colorToggle.labelString:        ╤╒╔½
  1489. *printSetup*paperSizeLabel.labelString:        ╓╜╒┼┤≤╨í:
  1490. *printSetup*letterToggle.labelString:        Letter (8 1/2 x 11 in.)
  1491. *printSetup*legalToggle.labelString:        Legal (8 1/2 x 14 in.)
  1492. *printSetup*executiveToggle.labelString:    Executive (7 1/2 x 10 in.)
  1493. *printSetup*a4Toggle.labelString:        A4 (210 x 297 mm)
  1494. *printSetup*OK.labelString:            ┤≥╙í
  1495. *printSetup*OkLabelString:            ┤≥╙í
  1496. *printSetup*CancelLabelString:            ╚í╧√
  1497. *printSetup*XmLabel.alignment:            ALIGNMENT_END
  1498. *printSetup*XmLabelGadget.alignment:        ALIGNMENT_END
  1499. *printSetup*XmToggleButtonGadget.alignment:    ALIGNMENT_BEGINNING
  1500. *printSetup*XmToggleButtonGadget.indicatorType:    ONE_OF_MANY
  1501. *printSetup*lastFirstToggle.leftOffset:        10
  1502. *printSetup*landscapeToggle.leftOffset:        10
  1503. *printSetup*colorToggle.leftOffset:        10
  1504. *printSetup*legalToggle.leftOffset:        10
  1505. *printSetup*a4Toggle.leftOffset:        10
  1506. *printSetup*XmLabel.rightOffset:        10
  1507. *printSetup*XmLabelGadget.rightOffset:        10
  1508. *printSetup*browseButton.marginHeight:        3
  1509. *printSetup*browseButton.marginWidth:        4
  1510. *printSetup*line.topOffset:            4
  1511. *printSetup*printLabel.topOffset:        4
  1512. *printSetup*firstFirstToggle.topOffset:        10
  1513. *printSetup*portraitToggle.topOffset:        10
  1514. *printSetup*greyscaleToggle.topOffset:        10
  1515. *printSetup*letterToggle.topOffset:        10
  1516. *printSetup_popup*preeditType:            overthespot
  1517.  
  1518. *findDialog_popup.title:            Netscape: ╤░╒╥
  1519. *findDialog*findLabel.labelString:        ╤░╒╥:
  1520. *findDialog*findLabel.alignment:        ALIGNMENT_END
  1521. *findDialog*caseSensitive.labelString:        ╫╓─╕┤≤╨í╨┤├⌠╕╨
  1522. *findDialog*backwards.labelString:        ╧≥║≤╤░╒╥
  1523. *findDialog*backwards.leftOffset:        20
  1524. *findDialog*caseSensitive.alignment:        ALIGNMENT_BEGINNING
  1525. *findDialog*backwards.alignment:        ALIGNMENT_BEGINNING
  1526. *findDialog*XmToggleButtonGadget.indicatorType:    N_OF_MANY
  1527. *findDialog*XmToggleButtonGadget.visibleWhenOff:True
  1528. *findDialog*OK.labelString:            ╤░╒╥
  1529. *findDialog*OkLabelString:            ╤░╒╥
  1530. *findDialog*Apply.labelString:            ╟σ│²
  1531. *findDialog*ApplyLabelString:            ╟σ│²
  1532. *findDialog*Cancel.labelString:            ╣╪▒╒
  1533. *findDialog*CancelLabelString:            ╣╪▒╒
  1534. *findDialog_popup*preeditType:            overthespot
  1535.  
  1536. *openURL_popup.title:            Netscape: ┤≥┐¬╬╗╓├
  1537. *openURL*openURLLabel.labelString:    ┤≥┐¬╬╗╓├:
  1538. *openURL*OK.labelString:        ┤≥┐¬
  1539. *openURL*OkLabelString:            ┤≥┐¬
  1540. *openURL*Apply.labelString:        ╟σ│²
  1541. *openURL*ApplyLabelString:        ╟σ│²
  1542. *openURL*Cancel.labelString:    ╚í╧√
  1543. *openURL*CancelLabelString:    ╚í╧√
  1544. *openURL*openURLLabel.alignment:    ALIGNMENT_END
  1545. *openURL*urlText.columns:        23
  1546. *openURL.width:                500
  1547. *openURL_popup*preeditType:    overthespot
  1548.  
  1549. *message_popup.title:            Netscape
  1550. *message_popup*OK.labelString:    ╚╖╚╧
  1551. *message_popup*OkLabelString:    ╚╖╚╧
  1552.  
  1553. *error_popup.title:            Netscape: │÷┤φ
  1554.  
  1555. *question_popup.title:            Netscape: ╬╩╠Γ
  1556. *question_popup*OK.labelString:    ╚╖╚╧
  1557. *question_popup*Cancel.labelString:    ╚í╧√
  1558.  
  1559. *prompt_popup.title:            Netscape: ╠ß╩╛
  1560. *password_popup.title:            Netscape: ┐┌┴ε
  1561. *stdout_popup.title:            Netscape: ╫╙╜°│╠╒∩╢╧ (stdout)
  1562. *stderr_popup.title:            Netscape: ╫╙╜°│╠╒∩╢╧ (stderr)
  1563. *stdout_stderr_popup.title:     Netscape: ╫╙╜°│╠╒∩╢╧ (stdout/stderr)
  1564.  
  1565. *citing_popup.title:            Netscape
  1566. *citing_popup*messageString:        \n╥²╙├...\n
  1567.  
  1568. *printing_popup.title:            Netscape
  1569. *printing_popup*messageString:        \n┤≥╙í...\n
  1570.  
  1571. *deliveringMessage_popup.title:        Netscape
  1572. *deliveringMessage_popup*messageString:    \n┤½╡▌╨┼╧ó...\n
  1573.  
  1574. *saving_popup.title:            Netscape
  1575. *saving_popup*messageString:        \n▒ú┤µ╡╜╙▓┼╠...\n
  1576.  
  1577. *visual_popup.title:            Netscape: ╕─▒Σ X ╧╘╩╛
  1578. *visual_popup*listLabelString:        ┐╔╙├╡─╧╘╩╛:
  1579.  
  1580. *dialog*OK.labelString:        ╚╖╚╧
  1581. *dialog*clear.labelString:        ╟σ│²
  1582. *dialog*Cancel.labelString:        ╚í╧√
  1583. *dialog*userLabel.labelString:        ╙├╗º ID:
  1584. *dialog*passwdLabel.labelString:    ┐┌┴ε:
  1585. *dialog*userLabel.alignment:        ALIGNMENT_END
  1586. *dialog*passwdLabel.alignment:        ALIGNMENT_END
  1587.  
  1588. *citationQuery_popup.title:        ╥²╙├└α╨═╬╩╠Γ
  1589. *citationQuery.selectionLabelString:    \n\
  1590. ─π╥╤╥²╙├┴╦╒√╕÷╬─▒╛╢°▓╗╩╟┴¼╜╙╦ⁿíú\n\
  1591.  \n\
  1592. ─π┐╔┴¼╜╙┤╦╬─▒╛ú¼╦ⁿ╗ß│÷╧╓╘┌╨┼╧ó╓╨╢°╟╥╘┌╨╨╡─┐¬╩╝┤ª├╗╙╨'>'íú\n\
  1593. ╒Γ╩╣╡├╜╙╩╒╒▀▒ú┤µ║═╩╣╙├▒╛╬─▒╛╕ⁿ╖╜▒πíú\n\
  1594.  \n\
  1595. ─π╧δ░╤╒Γ╕÷╬─▒╛╫≈╬¬┴¼╜╙╖ó╦═┬≡?\n
  1596.  
  1597. *citationQuery*OK.labelString:        ╫≈╬¬╬─▒╛\n┴¼╜╙╖ó╦═
  1598. *citationQuery*OkLabelString:        ╫≈╬¬╬─▒╛\n┴¼╜╙╖ó╦═
  1599. *citationQuery*Apply.labelString:    ╫≈╬¬╥²╙├\n╖ó    ╦═
  1600. *citationQuery*ApplyLabelString:    ╫≈╬¬╥²╙├\n╖ó    ╦═
  1601. *citationQuery*Cancel.labelString:    ╚í╧√
  1602. *citationQuery*CancelLabelString:    ╚í╧√
  1603.  
  1604. *doubleCitationQuery_popup.title:    ╥²╙├└α╨═╬╩╠Γ
  1605. *doubleCitationQuery.selectionLabelString:    \n\
  1606. ─π╥╤╛¡(┐╔─▄╩╟╬▐╥Γ╡─)░ⁿ║¼═¼╥╗╬─▒╛┴╜┤╬íú:\n\
  1607. ╡┌╥╗╕÷╩╟╥²╙├(├┐╥╗╨╨╡─╨╨╩╫╩╟ `>'),\n\
  1608. ╚╗║≤╩╟┴¼╜╙(╫≈╬¬╨┼╧ó╡─╡┌╢■▓┐╖▌ú¼░ⁿ║¼╘┌─π╡─╨┬╬─▒╛╓«║≤íú)\n\
  1609.  \n\
  1610. ─π╩╟╧δ╖ó╦═┴¼╜╙╬─▒╛╗≥╖ó╦═╥²╙├╬─▒╛?
  1611.  
  1612. *doubleCitationQuery*OK.labelString:    ╫≈╬¬╬─▒╛\n┴¼╜╙╖ó╦═
  1613. *doubleCitationQuery*OkLabelString:    ╫≈╬¬╬─▒╛\n┴¼╜╙╖ó╦═
  1614. *doubleCitationQuery*Apply.labelString:    ╫≈╬¬╥²╙├\n╖ó    ╦═
  1615. *doubleCitationQuery*ApplyLabelString:    ╫≈╬¬╥²╙├\n╖ó    ╦═
  1616. *doubleCitationQuery*CancelLabelString:    ╚í╧√
  1617. *doubleCitationQuery*Cancel.labelString:╚í╧√
  1618.  
  1619. *streamingAudioQuery_popup.title:    ╥⌠╞╡╬╩╠Γ
  1620. *streamingAudioQuery.selectionLabelString:    \
  1621. ─π╩╟░╤┤╙═°┬τ╓╨╣²└┤╡─╩²╛▌╓▒╜╙▓Ñ╖┼╕°═Γ▓┐╣█▓∞╒▀ú¼\n\
  1622. ╗╣╩╟▒ú┤µ╡╜╬─╝■║≤╘┌▓Ñ╖┼ú┐
  1623. *streamingAudioQuery*OK.labelString:    ┤╙═°┬τ▓Ñ╖┼
  1624. *streamingAudioQuery*OkLabelString:    ┤╙═°┬τ▓Ñ╖┼
  1625. *streamingAudioQuery*Apply.labelString:    ╧╚▒ú┤µ
  1626. *streamingAudioQuery*ApplyLabelString:    ╧╚▒ú┤µ
  1627. *streamingAudioQuery*Cancel.labelString:    ╚í╧√
  1628. *streamingAudioQuery*CancelLabelString:     ╚í╧√
  1629.  
  1630. *fileSelector*filterLabelString:    ╣²┬╦╞≈
  1631. *fileSelector*dirListLabelString:    ─┐┬╝
  1632. *fileSelector*fileListLabelString:    ╬─╝■
  1633. *fileSelector*OkLabelString:     ╚╖╚╧ 
  1634. *fileSelector*ApplyLabelString:    ╣²┬╦╞≈
  1635. *fileSelector*CancelLabelString:    ╚í╧√
  1636. *fileSelector.Selection.labelString:    ╤í╘±
  1637. *fileSelector.pattern:            *.html
  1638. *fileSelector*fileTypeMask:        FILE_ANY_TYPE
  1639. *fileSelector*saveTypeBox.orientation:    HORIZONTAL
  1640. *fileSelector*formatType.labelString:    ▒ú┤µ╬─▒╛╡─╕±╩╜:
  1641. *fileSelector_popup*preeditType:    overthespot
  1642.  
  1643. *fileBrowser_popup.title:        Netscape: ╬─╝■Σ»└└╞≈ 
  1644. *fileBrowser*filterLabelString:        ╣²┬╦╞≈
  1645. *fileBrowser*dirListLabelString:        ─┐┬╝
  1646. *fileBrowser*fileListLabelString:        ╬─╝■
  1647. *fileBrowser*Selection.labelString:        ╤í╘±
  1648. *fileBrowser*OkLabelString:        ╚╖╚╧
  1649. *fileBrowser*ApplyLabelString:        ╣²┬╦╞≈
  1650. *fileBrowser*CancelLabelString:        ╚í╧√
  1651. *fileBrowser*HelpLabelString:        ░∩╓·
  1652.  
  1653. *formSubmitButton.labelString:        ╠ß╜╗
  1654. *formResetButton.labelString:        ╕┤╬╗
  1655. *formButton.labelString:        ║∩╫╙┤≤─╘(Monkey Brains)
  1656.  
  1657. *bookmark_popup.title:            Netscape: ╩Θ╟⌐
  1658. *bookmark*add.labelString:        ╝╙╩Θ╟⌐
  1659. *bookmark*goto.labelString:        ╠°╓┴
  1660. *bookmark*selectedLabel.labelString:    URL
  1661. *bookmark*up.labelString:        ╔╧
  1662. *bookmark*down.labelString:        ╧┬
  1663. *bookmark*in.labelString:        ╜°
  1664. *bookmark*out.labelString:        │÷ 
  1665. *bookmark*find.labelString:        ╤░╒╥:
  1666. *bookmark*close.labelString:        ╣╪▒╒
  1667. *bookmark*edit.labelString:        ▒α╝¡>>
  1668. *bookmark*view.labelString:        ╣█┐┤╩Θ╟⌐...
  1669. *bookmark*export.labelString:        ╩Σ│÷╩Θ╟⌐...
  1670. *bookmark*import.labelString:        ╩Σ╚δ╩Θ╟⌐...
  1671. *bookmark*addUnderLabel.labelString:    ╘┌...╓«║≤▓╦╡Ñ╘÷╝╙:
  1672. *bookmark*bookmarkMenuLabel.labelString:╙├...┐¬╩╝▓╦╡Ñ:
  1673. *bookmark*newURL.labelString:        ╨┬╩Θ╟⌐
  1674. *bookmark*newHeader.labelString:    ╨┬▒Ω╠Γ
  1675. *bookmark*newSeparator.labelString:    ╨┬╖╓╕ε╖√
  1676. *bookmark*bookmarkNameLabel.labelString:├√╫╓:
  1677. *bookmark*bookmarkURLLabel.labelString:    ╬╗╓├:
  1678. *bookmark*visitedLabel.labelString:    ╫ε║≤╥╗┤╬╖├╬╩:
  1679. *bookmark*addedLabel.labelString:    ╘÷╝╙:
  1680. *bookmark*descriptionLabel.labelString:    ├Φ╩÷:
  1681. *bookmark*done.labelString:        << ▒α╝¡╜ß╩°
  1682. *bookmark*copy.labelString:        ┐╜▒┤╧ε─┐
  1683. *bookmark*remove.labelString:        ╔╛│²╧ε─┐
  1684. *bookmark*leftBox*resizable:        False
  1685. *bookmark*XmList*visibleItemCount:    14
  1686. *bookmark*XmList*listSizePolicy:    RESIZE_IF_POSSIBLE
  1687. *bookmark*XmPushButton.alignment:    ALIGNMENT_CENTER
  1688. *bookmark*XmPushButtonGadget.alignment:    ALIGNMENT_CENTER
  1689. *bookmark*XmLabel.alignment:        ALIGNMENT_END
  1690. *bookmark*XmLabel.alignment:        ALIGNMENT_END
  1691. *bookmark*XmLabelGadget.alignment:    ALIGNMENT_END
  1692. *bookmark*selectedLabel.alignment:    ALIGNMENT_BEGINNING
  1693. *bookmark*leftBox.leftOffset:        10
  1694. *bookmark*leftBox.topOffset:        10
  1695. *bookmark*leftBox.bottomOffset:        10
  1696. *bookmark*XmScrolledWindow.rightOffset:    10
  1697. *bookmark*leftBox*box1.rightOffset:    10
  1698. *bookmark*leftBox*box2.rightOffset:    10
  1699. *bookmark*leftBox*box3.rightOffset:    10
  1700. *bookmark*leftBox*box4.rightOffset:    10
  1701.  
  1702. ! add 5 to descriptionText.topOffset to align label with text baseline (gag)
  1703. *bookmark*descriptionLabel.topOffset:    5
  1704.  
  1705. *bookmark*selectedLabel.rightOffset:    10
  1706. *bookmark*selectedLabel.recomputeSize:    False
  1707.  
  1708. *bookmark*rightBox.topOffset:        10
  1709. *bookmark*rightBox.bottomOffset:    10
  1710. *bookmark*rightBox.rightOffset:        10
  1711. *bookmark*rightBox*box2.resizePolicy:    RESIZE_GROW
  1712. *bookmarkLabelItem.alignment:        ALIGNMENT_BEGINNING
  1713.  
  1714. *bookmark*box1.marginWidth:        0
  1715. *bookmark*box1.marginHeight:        0
  1716. *bookmark*box2.marginWidth:        0
  1717. *bookmark*box2.marginHeight:        0
  1718. *bookmark*box3.marginWidth:        0
  1719. *bookmark*box3.marginHeight:        0
  1720. *bookmark*box4.marginWidth:        0
  1721. *bookmark*box4.marginHeight:        0
  1722. *bookmark*box5.marginWidth:        0
  1723. *bookmark*box5.marginHeight:        0
  1724.  
  1725. *bookmark*leftBox*box2.bottomOffset:    10
  1726. *bookmark*leftBox*box3.bottomOffset:    20
  1727.  
  1728. *bookmark*rightBox*box2.topOffset:    10
  1729. *bookmark*rightBox*box3.topOffset:    20
  1730. *bookmark*rightBox*box4.topOffset:    10
  1731. *bookmark*rightBox*box4.bottomOffset:    20
  1732.  
  1733. *bookmark*descriptionText.wordWrap:    True
  1734. *bookmark_popup*preeditType:     overthespot
  1735.  
  1736.  
  1737. ! Need class name in here to defeat *sgiMode and HP-VUE color nonsense...
  1738. ! On SGIs, not having the class will cause the default SGI colors to
  1739. ! be used instead of the ones specified here.  With VUE, the behavior
  1740. ! is even worse - if we're using a non-default visual (for example, if
  1741. ! we have requested a 24-bit TrueColor visual instead of the default
  1742. ! 8-bit PseudoColor) then VUE will ignore the fact that we're not using
  1743. ! the default visual, and give us colors allocated from the wrong
  1744. ! colormap, resulting in lovely effects like brown-on-brown menubars!
  1745. !
  1746. Netscape*thermo.slider.foreground:    #0000BF
  1747. Netscape*thermo.slider.background:    #69B5B5
  1748. Netscape*power.LED.foreground:        #0000BF
  1749. Netscape*power.LED.background:        #69B5B5
  1750.  
  1751. ! (Note: if you comment this stuff out in an attempt to let the current
  1752. ! "scheme" override things, you'll find that the colors of the toolbar
  1753. ! icons and the colors of form elemenets (like option menus) will get
  1754. ! messed up.)
  1755. Netscape*foreground:            Black
  1756. Netscape*background:            #B2B2B2
  1757.  
  1758. Netscape*XmTextField.foreground:        Black
  1759. Netscape*XmText.foreground:        Black
  1760. Netscape*XmList.foreground:        Black
  1761. Netscape*XmTextField.background:        #D3B5B5
  1762. Netscape*XmText.background:        #D3B5B5
  1763. Netscape*XmList.background:        #D3B5B5
  1764.  
  1765. ! Colors of the "Secure Document" bar.
  1766. *secureDocumentColor:            #0000BF
  1767. *insecureDocumentColor:            #B2B2B2
  1768.  
  1769. ! Various margin sizes
  1770. !
  1771. *topLeftArea.leftOffset:        0
  1772. *topLeftArea.rightOffset:        10
  1773. *topLeftArea.topOffset:            0
  1774. *topLeftArea.bottomOffset:        0
  1775. *urlText.topOffset:            4
  1776. *urlText.bottomOffset:            4
  1777. *urlText.leftOffset:            4
  1778. *urlText.rightOffset:            4
  1779. !*urlText.rightOffset:            10
  1780. ! add 5 to urlText.topOffset to align urlLabel with urlText baseline (gag)
  1781. *urlLabel.topOffset:            9
  1782. *urlLabel.leftOffset:            10
  1783. *urlLabel.rightOffset:            10
  1784. *historyMenuBox.topOffset:        0
  1785. *historyMenuBox.bottomOffset:        4
  1786. *historyMenuBox.leftOffset:        4
  1787. *historyMenuBox.rightOffset:        4
  1788. *logo.topOffset:            4
  1789. *logo.bottomOffset:            4
  1790. *logo.leftOffset:            10
  1791. *logo.rightOffset:            10
  1792. *historyMenuBox.marginHeight:        0
  1793. *historyMenuBox.marginWidth:        0
  1794.  
  1795. *toolBar*XmPushButton.leftOffset:    2
  1796. *toolBar*XmPushButtonGadget.leftOffset:    2
  1797. *urlBar*XmPushButton.leftOffset:    2
  1798. *urlBar*XmPushButtonGadget.leftOffset:    2
  1799.  
  1800. *mouseDocumentation.rightOffset:    4
  1801. *toolBar.topOffset:            0
  1802. *toolBar.leftOffset:            10
  1803. *toolBar.rightOffset:            0
  1804. *toolBar.bottomOffset:            0
  1805.  
  1806. *urlBar.topOffset:            4
  1807. *urlBar.leftOffset:            10
  1808. *urlBar.rightOffset:            0
  1809. *urlBar.bottomOffset:            0
  1810.  
  1811. ! Give it a default string to get it sized right...
  1812. *mouseDocumentation.labelString:    Mozilla
  1813. *mouseDocumentation.alignment:        ALIGNMENT_BEGINNING
  1814. *mouseDocumentation.leftOffset:        10
  1815.  
  1816. *docinfoLabel.leftOffset:        4
  1817.  
  1818. *dashboard.topOffset:            0
  1819. *dashboard.bottomOffset:        0
  1820. *dashboard.leftOffset:            0
  1821. *dashboard.rightOffset:            10
  1822. ! To prevent the whole window from flickering when mouseDoc text changes...
  1823. *dashboard.resizable:            False
  1824.  
  1825. *thermo.leftOffset:            4
  1826. *thermo.rightOffset:            10
  1827. *thermo.topOffset:            4
  1828. *thermo.bottomOffset:            4
  1829. *thermo.shadowThickness:        2
  1830. *thermo.shadowType:            SHADOW_IN
  1831.  
  1832. *power.topOffset:            4
  1833. *power.bottomOffset:            4
  1834. *power.shadowThickness:            2
  1835. *power.shadowType:            SHADOW_IN
  1836.  
  1837. *thermo.slider.width:            200
  1838. *thermo.slider.height:            5
  1839.  
  1840. *power.LED.width:            15
  1841. *power.LED.height:            5
  1842.  
  1843. *securityBar.topOffset:            4
  1844. *securityBar.bottomOffset:        4
  1845. *securityBar.shadowThickness:        2
  1846. *securityBar.shadowType:        SHADOW_IN
  1847. *securityBar.LED.height:        2
  1848.  
  1849. *topPane.shadowThickness:        2
  1850. *bottomPane.shadowThickness:        2
  1851. *topPane.shadowType:            SHADOW_IN
  1852. *bottomPane.shadowType:            SHADOW_IN
  1853.  
  1854. ! Go ahead, try and figure out why some of these need to be on the
  1855. ! _popup version, and some need to be one level deeper.  I dare you.
  1856. !*dialog.width:                500
  1857. !*history.width:            500
  1858. !*mailto.width:                500
  1859. !*cache_popup.width:            500
  1860. *userConfig_popup.width:        500
  1861. *userConfig.width:            500
  1862. *fileSelector.width:            500
  1863. *fileBrowser.width:            500
  1864.  
  1865. ! I had to hardcode this in the C code - doesn't work from here...
  1866. !*history_popup.allowShellResize:    False
  1867.  
  1868. ! Get rid of all navigation; it's totally broken for Paned windows,
  1869. ! and for the form widgets under the drawingArea.
  1870. *highlightThickness:            0
  1871. *navigationType:            NONE
  1872.  
  1873. ! Uh, but turn it back on in the popups (really I'd like to turn it off
  1874. ! in all non-popups, but I don't think there's a way to specify that...)
  1875. *XmDialogShell*highlightThickness:    2
  1876. *XmDialogShell*navigationType:        TAB_GROUP
  1877.  
  1878. ! Uh, and turn it on only in text fields of forms.
  1879. ! But of course this doesn't work quite right.
  1880. *drawingArea*XmText.navigationType:    TAB_GROUP
  1881. *drawingArea*XmTextField.navigationType:TAB_GROUP
  1882.  
  1883. ! Sorry, things don't display properly if you configure Netscape to put its
  1884. ! scrollbars on the left or top of the document area.
  1885. Netscape*scroller.scrollBarPlacement:    BOTTOM_RIGHT
  1886.  
  1887. ! Put scrollbars right next to text fields in forms (and lists).
  1888. *drawingArea*XmScrolledWindow.spacing:    0
  1889.  
  1890.  
  1891. ! Do not under any circumstances change the following line:
  1892. Netscape.version:         1.12IS
  1893.  
  1894.  
  1895. ! ============================================================================
  1896. ! Fonts in the widgets.
  1897. ! These fonts are all down in Motif land, and thus are not controlled by the
  1898. ! user-selectable font-size option on the Preferences dialog.  That applies
  1899. ! only to fonts in the document display area.
  1900. ! ============================================================================
  1901. !
  1902. *fontList:            -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1903. *XmTextField.fontList:        -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1904. *XmText.fontList:        -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1905. *XmList*fontList:        -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1906.  
  1907. ! SGI default:
  1908. !*menuBar*fontList:        -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1909. ! Sensible default:
  1910. *menuBar*fontList:        -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1911. *menuBar*historyTruncated.fontList:\
  1912.                   -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1913. *popup*fontList:        -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1914.  
  1915. *topArea*fontList:        -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1916. *topArea*XmTextField.fontList:    -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1917. *topArea*XmText.fontList:    -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1918.  
  1919. *bookmark*fontList:            -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1920. *bookmark*selectedLabel.fontList:\
  1921.                   -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1922. *bookmark*XmTextField.fontList:    -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1923. *bookmark*XmText.fontList:    -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1924.  
  1925. *mouseDocumentation.fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1926. *docinfoButton.fontList:      -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1927. *mailto*urlLabel.fontList:    -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1928.  
  1929. *licenseDialog*text.fontList:    -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1930.  
  1931.  
  1932. ! Note: SGI's version of Motif bitches and moans if there is whitespace
  1933. ! after the commas in a multi-font fontlist specification!!
  1934. *bookmark*multiFontList:-sony-fixed-medium-r-normal--16-*-*-*-*-*-iso8859-1;-*-*-*-*-*-*-16-*-*-*-*-*-*-*:
  1935.  
  1936.  
  1937. ! This is the default charset for documents without the charset parameter
  1938. ! for MIME Content-type: text.  Valid values for *defaultCharset:
  1939. !    iso-8859-1
  1940. !    us-ascii
  1941. !    iso-2022-jp
  1942. !    x-euc-jp
  1943. !    x-sjis
  1944. !    euc-kr
  1945. !    x-euc-gb
  1946. !    x-euc-cns
  1947. *defaultCharset:        x-euc-gb
  1948. *defaultCharset:    x-euc-cns
  1949. !*defaultCharset:    iso-8859-1
  1950. !*defaultCharset:    us-ascii
  1951. !*defaultCharset:    iso-2022-jp
  1952. !*defaultCharset:    x-euc-jp
  1953. !*defaultCharset:    x-sjis
  1954. !*defaultCharset:    euc-kr
  1955. !*defaultCharset:    x-euc-gb
  1956.  
  1957. ! This table maps MIME charsets to the host's locale names
  1958. *Locale.MimeCharset:        en_US
  1959. *locale.iso-8859-1:        en_US
  1960. *locale.iso-2022-jp:        ja_JP.EUC
  1961. *locale.x-euc-jp:        ja_JP.EUC
  1962. *locale.x-sjis:            ja_JP.EUC
  1963. *locale.iso-2022-kr:              ko_KR.euc
  1964. *locale.euc-kr:            ko_KR.euc
  1965. *locale.gb2312:            zh_CN.ugb
  1966. *locale.x-euc-tw:        zh_TW.ucns
  1967. *locale.big5:            zh_TW.ucns
  1968.  
  1969. ! This table maps MIME charsets to internal font set indexes
  1970. *FontSetIndex.MimeCharset:    0
  1971. *fontsetindex.iso-8859-1:    0
  1972. *fontsetindex.us-ascii:           0
  1973. *fontsetindex.iso-2022-jp:    1
  1974. *fontsetindex.x-euc-jp:        1
  1975. *fontsetindex.x-sjis:        1
  1976. *fontsetindex.2022-kr:          2
  1977. *fontsetindex.euc-kr:        2
  1978. *fontsetindex.gb2312:        3
  1979. *fontsetindex.x-euc-tw:    4
  1980. *fontsetindex.big5:        4
  1981.  
  1982.  
  1983. ! ============================================================================
  1984. ! Fonts used in the display area.
  1985. ! ============================================================================
  1986. !
  1987. ! The dimensions are:
  1988. !   program-specified-size: 0-7
  1989. !   user-specified-size: small, medium, large, huge
  1990. !   faces: normal, bold, italic, bold-italic
  1991. !   families: normal, fixed
  1992. !   charset: Latin1 (and more to come)
  1993. ! for a total of 168 possible fonts per charset (but we would only ever load
  1994. ! 56 at once, and we load lazily in any event.)  The following encodes this
  1995. ! table:
  1996. !
  1997. !    Size    Small   Medium  Large  Huge
  1998. !    ------------------------------------
  1999. !      1       6        8     10     12
  2000. !      2       8       10     12     14
  2001. !      3       10      12     14     18  <--- default size for normal text
  2002. !      4       12      14     18     24
  2003. !      5       14      18     24     36
  2004. !      6       18      24     36     48
  2005. !      7       24      36     48     64
  2006. !
  2007. ! The depths to which I had to sink to implement this should be sufficient
  2008. ! evidence that the X font model sucks a lot.
  2009. !
  2010. ! If you have selected the "Large" font set and still think the fonts are too
  2011. ! small, it could be that you are using 75dpi fonts on a 100dpi monitor.  You
  2012. ! can see whether you are using 75dpi or 100dpi fonts by looking at the output
  2013. ! of the command "xset q" - near the end of its output it shows your font path,
  2014. ! and if directories with 75dpi in their names preceed the 100dpi ones, then
  2015. ! those are the fonts you are using.  You can find out the dots-per-inch of
  2016. ! your monitor with the "xdpyinfo" command; look for the "resolution:" line.
  2017. !
  2018. ! The resource hierarchy for the fonts used by Netscape is as follows:
  2019. !
  2020. ! *DocumentFonts.XCharset.Family. Face.      UserSize.ProgramSize.Attribute:
  2021. !
  2022. !                latin1  variable normal     small   1-7         foundry
  2023. !                        fixed    bold       medium              family
  2024. !                                 italic     large               weight
  2025. !                                 boldItalic huge                ..etc..
  2026.  
  2027. ! ============================================================================
  2028. ! Specify default values for all fonts (both fixed-width and variable-width.)
  2029. ! You should probably use this block only for specifying things like the
  2030. ! foundry, registry, and encoding.  Most of these fields should generally be
  2031. ! allowed to remain wildcards.
  2032. ! ============================================================================
  2033. !
  2034. *documentFonts*foundry:                    *
  2035. *documentFonts*family:                    *
  2036. *documentFonts*weight:                    *
  2037. *documentFonts*slant:                    *
  2038. *documentFonts*swidth:                    *
  2039. *documentFonts*adstyle:                    *
  2040. *documentFonts*pixelsize:                *
  2041. *documentFonts*pointsize:                *
  2042. *documentFonts*resx:                    *
  2043. *documentFonts*resy:                    *
  2044. *documentFonts*spacing:                    *
  2045. *documentFonts*avgwidth:                *
  2046. *documentFonts.latin1*registry:                iso8859
  2047. *documentFonts.latin1*encoding:                1
  2048. *documentFonts.jisx0208*registry:            jisx0208.1983
  2049. *documentFonts.jisx0208*encoding:            0
  2050. *documentFonts.jisx0201*registry:            jisx0201.1976
  2051. *documentFonts.jisx0201*encoding:            0
  2052. *documentFonts.jisx0212*registry:            jisx0212.1990
  2053. *documentFonts.jisx0212*encoding:            0
  2054. *documentFonts.ksc5601*registry:            ksc5601.1987
  2055. *documentFonts.ksc5601*encoding:            0
  2056. *documentFonts.gb2312*registry:                gb2312.1980
  2057. *documentFonts.gb2312*encoding:                0
  2058. *documentFonts.cns11643*registry:            cns11643.1986
  2059. *documentFonts.cns11643*encoding:            *
  2060.  
  2061. ! ============================================================================
  2062. ! Specify default values for all variable-width fonts, regardless of size.
  2063. ! ============================================================================
  2064. !
  2065. *documentFonts.latin1.variable*family:            times
  2066. *documentFonts.latin1.variable.normal*weight:        medium
  2067. *documentFonts.latin1.variable.normal*slant:        r
  2068. *documentFonts.latin1.variable.bold*weight:        bold
  2069. *documentFonts.latin1.variable.bold*slant:        r
  2070. *documentFonts.latin1.variable.italic*weight:        medium
  2071. *documentFonts.latin1.variable.italic*slant:        i
  2072. *documentFonts.latin1.variable.boldItalic*weight:    bold
  2073. *documentFonts.latin1.variable.boldItalic*slant:    i
  2074.  
  2075. ! To use Helvetica instead of Times, do the following.  (The second two lines
  2076. ! are necessary because Helvetica calls its slanted versions "oblique" while
  2077. ! Times calls them "italic.")
  2078. !*documentFonts.latin1.variable*family:            helvetica
  2079. !*documentFonts.latin1.variable.italic*slant:        o
  2080. !*documentFonts.latin1.variable.boldItalic*slant:    o
  2081.  
  2082.  
  2083. ! ============================================================================
  2084. ! Specify default values for all fixed-width fonts, regardless of size.
  2085. ! ============================================================================
  2086. !add by Matt
  2087. *documentFonts.gb2312*family:                     song
  2088. *documentFonts.gb2312*spacing:                    c
  2089. *documentFonts.gb2312*normal*weight:              medium
  2090. *documentFonts.gb2312*normal*slant:               r
  2091. *documentFonts.gb2312*bold*weight:                medium
  2092. *documentFonts.gb2312*bold*slant:                 r
  2093. *documentFonts.gb2312*italic*weight:              medium
  2094. *documentFonts.gb2312*italic*slant:               r
  2095. *documentFonts.gb2312*boldItalic*weight:          medium
  2096. *documentFonts.gb2312*boldItalic*slant:           r
  2097. !
  2098. *documentFonts.latin1.fixed*family:            courier
  2099. *documentFonts.latin1.fixed*spacing:            m
  2100. *documentFonts.latin1.fixed.normal*weight:        medium
  2101. *documentFonts.latin1.fixed.normal*slant:        r
  2102. *documentFonts.latin1.fixed.bold*weight:        bold
  2103. *documentFonts.latin1.fixed.bold*slant:            r
  2104. *documentFonts.latin1.fixed.italic*weight:        medium
  2105. *documentFonts.latin1.fixed.italic*slant:        o
  2106. *documentFonts.latin1.fixed.boldItalic*weight:        bold
  2107. *documentFonts.latin1.fixed.boldItalic*slant:        o
  2108.  
  2109. ! To use LucidaTypewriter instead of Times, do the following.  (The second two
  2110. ! lines are necessary because Lucida calls its slanted versions "italic" while
  2111. ! Times calls them "oblique.")
  2112. !*documentFonts.latin1.fixed*family:            lucidatypewriter
  2113. !*documentFonts.latin1.fixed.italic*slant:        i
  2114. !*documentFonts.latin1.fixed.boldItalic*slant:         i
  2115.  
  2116.  
  2117. ! ============================================================================
  2118. ! Specify sizes for all fonts, fixed and variable.
  2119. ! ============================================================================
  2120. !
  2121. ! The "small," "medium," "large," and "huge" sizes correspond to the user's
  2122. ! selection of preferred font sizes on the Preferences dialog.
  2123. !
  2124. ! The numeric sizes are specified by the document being viewed, for example,
  2125. ! normal text is rendered in size 3, and <H1> text is rendered in size 6.
  2126. ! The <FONT> directive can also be used to specify sizes from 1 to 7.
  2127. !
  2128. ! It is better to specify these resources as "pointsize" rather than
  2129. ! "pixelsize" so that the font path may be used to select 100dpi or 75dpi
  2130. ! fonts based on the type of monitor in use, resulting in similar looking
  2131. ! screens on different hardware.  Also note that pixel sizes which exist in
  2132. ! the 100dpi set won't necessarily exist in the 75dpi set, while the point
  2133. ! sizes available will generally be the same.
  2134. !
  2135. !   In an optimal world, we could just do it as follows in the commented-out
  2136. !   portion.  But as it happens, We can't use the same sizes for fixed-width
  2137. !   fonts as for variable-width fonts because a 14-point Courier is visually
  2138. !   larger than a 14-point Times, which may be a bug in the fonts, or may just
  2139. !   be an artifact of it being fixed width, I'm not sure.  Anyway, things look
  2140. !   better if the Courier fonts are one increment smaller than the Times or
  2141. !   Helvetica fonts, at least with the versions of those fonts on the systems
  2142. !   I've tried.  HOWEVER, this is not the case with the pairing of New Century
  2143. !   Schoolbook and Lucida Typewriter: with those two fonts, the 14 point
  2144. !   versions look good together.  So, your mileage may vary...
  2145. !
  2146. ! *documentFonts*small.1.pointsize:        60
  2147. ! *documentFonts*small.2.pointsize:        80
  2148. ! *documentFonts*small.3.pointsize:        100
  2149. ! *documentFonts*small.4.pointsize:        120
  2150. ! *documentFonts*small.5.pointsize:        140
  2151. ! *documentFonts*small.6.pointsize:        180
  2152. ! *documentFonts*small.7.pointsize:        240
  2153. !
  2154. ! *documentFonts*medium.1.pointsize:        80
  2155. ! *documentFonts*medium.2.pointsize:        100
  2156. ! *documentFonts*medium.3.pointsize:        120
  2157. ! *documentFonts*medium.4.pointsize:        140
  2158. ! *documentFonts*medium.5.pointsize:        180
  2159. ! *documentFonts*medium.6.pointsize:        240
  2160. ! *documentFonts*medium.7.pointsize:        360
  2161. !
  2162. ! *documentFonts*large.1.pointsize:        100
  2163. ! *documentFonts*large.2.pointsize:        120
  2164. ! *documentFonts*large.3.pointsize:        140
  2165. ! *documentFonts*large.4.pointsize:        180
  2166. ! *documentFonts*large.5.pointsize:        240
  2167. ! *documentFonts*large.6.pointsize:        360
  2168. ! *documentFonts*large.7.pointsize:        480
  2169. !
  2170. ! *documentFonts*huge.1.pointsize:        120
  2171. ! *documentFonts*huge.2.pointsize:        140
  2172. ! *documentFonts*huge.3.pointsize:        180
  2173. ! *documentFonts*huge.4.pointsize:        240
  2174. ! *documentFonts*huge.5.pointsize:        360
  2175. ! *documentFonts*huge.6.pointsize:        480
  2176. ! *documentFonts*huge.7.pointsize:        640
  2177.  
  2178. ! ============================================================================
  2179. ! Specify sizes for all variable-width fonts.
  2180. ! ============================================================================
  2181. !
  2182. *documentFonts.latin1.variable*small.1.pointsize:    60
  2183. *documentFonts.latin1.variable*small.2.pointsize:    80
  2184. *documentFonts.latin1.variable*small.3.pointsize:    100
  2185. *documentFonts.latin1.variable*small.4.pointsize:    120
  2186. *documentFonts.latin1.variable*small.5.pointsize:    140
  2187. *documentFonts.latin1.variable*small.6.pointsize:    180
  2188. *documentFonts.latin1.variable*small.7.pointsize:    240
  2189.  
  2190. *documentFonts.latin1.variable*medium.1.pointsize:    80
  2191. *documentFonts.latin1.variable*medium.2.pointsize:    100
  2192. *documentFonts.latin1.variable*medium.3.pointsize:    120
  2193. *documentFonts.latin1.variable*medium.4.pointsize:    140
  2194. *documentFonts.latin1.variable*medium.5.pointsize:    180
  2195. *documentFonts.latin1.variable*medium.6.pointsize:    240
  2196. *documentFonts.latin1.variable*medium.7.pointsize:    360
  2197.  
  2198. *documentFonts.latin1.variable*large.1.pointsize:    100
  2199. *documentFonts.latin1.variable*large.2.pointsize:    120
  2200. *documentFonts.latin1.variable*large.3.pointsize:    140
  2201. *documentFonts.latin1.variable*large.4.pointsize:    180
  2202. *documentFonts.latin1.variable*large.5.pointsize:    240
  2203. *documentFonts.latin1.variable*large.6.pointsize:    360
  2204. *documentFonts.latin1.variable*large.7.pointsize:    480
  2205.  
  2206. *documentFonts.latin1.variable*huge.1.pointsize:    120
  2207. *documentFonts.latin1.variable*huge.2.pointsize:    140
  2208. *documentFonts.latin1.variable*huge.3.pointsize:    180
  2209. *documentFonts.latin1.variable*huge.4.pointsize:    240
  2210. *documentFonts.latin1.variable*huge.5.pointsize:    360
  2211. *documentFonts.latin1.variable*huge.6.pointsize:    480
  2212. *documentFonts.latin1.variable*huge.7.pointsize:    640
  2213.  
  2214. ! ============================================================================
  2215. ! Specify sizes for all fixed-width fonts; see comment above.
  2216. ! ============================================================================
  2217. !
  2218. *documentFonts.latin1.fixed*small.1.pointsize:        40
  2219. *documentFonts.latin1.fixed*small.2.pointsize:        60
  2220. *documentFonts.latin1.fixed*small.3.pointsize:        80
  2221. *documentFonts.latin1.fixed*small.4.pointsize:        100
  2222. *documentFonts.latin1.fixed*small.5.pointsize:        120
  2223. *documentFonts.latin1.fixed*small.6.pointsize:        140
  2224. *documentFonts.latin1.fixed*small.7.pointsize:        180
  2225.  
  2226. *documentFonts.latin1.fixed*medium.1.pointsize:    60
  2227. *documentFonts.latin1.fixed*medium.2.pointsize:    80
  2228. *documentFonts.latin1.fixed*medium.3.pointsize:    100
  2229. *documentFonts.latin1.fixed*medium.4.pointsize:    120
  2230. *documentFonts.latin1.fixed*medium.5.pointsize:    140
  2231. *documentFonts.latin1.fixed*medium.6.pointsize:    180
  2232. *documentFonts.latin1.fixed*medium.7.pointsize:    240
  2233.  
  2234. *documentFonts.latin1.fixed*large.1.pointsize:        80
  2235. *documentFonts.latin1.fixed*large.2.pointsize:        100
  2236. *documentFonts.latin1.fixed*large.3.pointsize:        120
  2237. *documentFonts.latin1.fixed*large.4.pointsize:        140
  2238. *documentFonts.latin1.fixed*large.5.pointsize:        180
  2239. *documentFonts.latin1.fixed*large.6.pointsize:        240
  2240. *documentFonts.latin1.fixed*large.7.pointsize:        360
  2241.  
  2242. *documentFonts.latin1.fixed*huge.1.pointsize:        100
  2243. *documentFonts.latin1.fixed*huge.2.pointsize:        120
  2244. *documentFonts.latin1.fixed*huge.3.pointsize:        140
  2245. *documentFonts.latin1.fixed*huge.4.pointsize:        180
  2246. *documentFonts.latin1.fixed*huge.5.pointsize:        240
  2247. *documentFonts.latin1.fixed*huge.6.pointsize:        360
  2248. *documentFonts.latin1.fixed*huge.7.pointsize:        480
  2249.  
  2250. *documentFonts.jisx0208*small.1.pixelsize:    14
  2251. *documentFonts.jisx0208*small.2.pixelsize:    14
  2252. *documentFonts.jisx0208*small.3.pixelsize:    14
  2253. *documentFonts.jisx0208*small.4.pixelsize:    14
  2254. *documentFonts.jisx0208*small.5.pixelsize:    16
  2255. *documentFonts.jisx0208*small.6.pixelsize:    16
  2256. *documentFonts.jisx0208*small.7.pixelsize:    24
  2257.  
  2258. *documentFonts.jisx0208*medium.1.pixelsize:    14
  2259. *documentFonts.jisx0208*medium.2.pixelsize:    14
  2260. *documentFonts.jisx0208*medium.3.pixelsize:    14
  2261. *documentFonts.jisx0208*medium.4.pixelsize:    16
  2262. *documentFonts.jisx0208*medium.5.pixelsize:    16
  2263. *documentFonts.jisx0208*medium.6.pixelsize:    24
  2264. *documentFonts.jisx0208*medium.7.pixelsize:    24
  2265.  
  2266. *documentFonts.jisx0208*large.1.pixelsize:    14
  2267. *documentFonts.jisx0208*large.2.pixelsize:    14
  2268. *documentFonts.jisx0208*large.3.pixelsize:    16
  2269. *documentFonts.jisx0208*large.4.pixelsize:    16
  2270. *documentFonts.jisx0208*large.5.pixelsize:    24
  2271. *documentFonts.jisx0208*large.6.pixelsize:    24
  2272. *documentFonts.jisx0208*large.7.pixelsize:    24
  2273.  
  2274. *documentFonts.jisx0208*huge.1.pixelsize:    14
  2275. *documentFonts.jisx0208*huge.2.pixelsize:    16
  2276. *documentFonts.jisx0208*huge.3.pixelsize:    16
  2277. *documentFonts.jisx0208*huge.4.pixelsize:    24
  2278. *documentFonts.jisx0208*huge.5.pixelsize:    24
  2279. *documentFonts.jisx0208*huge.6.pixelsize:    24
  2280. *documentFonts.jisx0208*huge.7.pixelsize:    24
  2281.  
  2282. *documentFonts.jisx0201*small.1.pixelsize:    14
  2283. *documentFonts.jisx0201*small.2.pixelsize:    14
  2284. *documentFonts.jisx0201*small.3.pixelsize:    14
  2285. *documentFonts.jisx0201*small.4.pixelsize:    14
  2286. *documentFonts.jisx0201*small.5.pixelsize:    16
  2287. *documentFonts.jisx0201*small.6.pixelsize:    16
  2288. *documentFonts.jisx0201*small.7.pixelsize:    24
  2289.  
  2290. *documentFonts.jisx0201*medium.1.pixelsize:    14
  2291. *documentFonts.jisx0201*medium.2.pixelsize:    14
  2292. *documentFonts.jisx0201*medium.3.pixelsize:    14
  2293. *documentFonts.jisx0201*medium.4.pixelsize:    16
  2294. *documentFonts.jisx0201*medium.5.pixelsize:    16
  2295. *documentFonts.jisx0201*medium.6.pixelsize:    24
  2296. *documentFonts.jisx0201*medium.7.pixelsize:    24
  2297.  
  2298. *documentFonts.jisx0201*large.1.pixelsize:    14
  2299. *documentFonts.jisx0201*large.2.pixelsize:    14
  2300. *documentFonts.jisx0201*large.3.pixelsize:    16
  2301. *documentFonts.jisx0201*large.4.pixelsize:    16
  2302. *documentFonts.jisx0201*large.5.pixelsize:    24
  2303. *documentFonts.jisx0201*large.6.pixelsize:    24
  2304. *documentFonts.jisx0201*large.7.pixelsize:    24
  2305.  
  2306. *documentFonts.jisx0201*huge.1.pixelsize:    14
  2307. *documentFonts.jisx0201*huge.2.pixelsize:    16
  2308. *documentFonts.jisx0201*huge.3.pixelsize:    16
  2309. *documentFonts.jisx0201*huge.4.pixelsize:    24
  2310. *documentFonts.jisx0201*huge.5.pixelsize:    24
  2311. *documentFonts.jisx0201*huge.6.pixelsize:    24
  2312. *documentFonts.jisx0201*huge.7.pixelsize:    24
  2313.  
  2314. *documentFonts.jisx0212*small.1.pixelsize:    16
  2315. *documentFonts.jisx0212*small.2.pixelsize:    16
  2316. *documentFonts.jisx0212*small.3.pixelsize:    16
  2317. *documentFonts.jisx0212*small.4.pixelsize:    16
  2318. *documentFonts.jisx0212*small.5.pixelsize:    16
  2319. *documentFonts.jisx0212*small.6.pixelsize:    16
  2320. *documentFonts.jisx0212*small.7.pixelsize:    24
  2321.  
  2322. *documentFonts.jisx0212*medium.1.pixelsize:    16
  2323. *documentFonts.jisx0212*medium.2.pixelsize:    16
  2324. *documentFonts.jisx0212*medium.3.pixelsize:    16
  2325. *documentFonts.jisx0212*medium.4.pixelsize:    16
  2326. *documentFonts.jisx0212*medium.5.pixelsize:    16
  2327. *documentFonts.jisx0212*medium.6.pixelsize:    24
  2328. *documentFonts.jisx0212*medium.7.pixelsize:    24
  2329.  
  2330. *documentFonts.jisx0212*large.1.pixelsize:    16
  2331. *documentFonts.jisx0212*large.2.pixelsize:    16
  2332. *documentFonts.jisx0212*large.3.pixelsize:    16
  2333. *documentFonts.jisx0212*large.4.pixelsize:    16
  2334. *documentFonts.jisx0212*large.5.pixelsize:    24
  2335. *documentFonts.jisx0212*large.6.pixelsize:    24
  2336. *documentFonts.jisx0212*large.7.pixelsize:    24
  2337.  
  2338. *documentFonts.jisx0212*huge.1.pixelsize:    16
  2339. *documentFonts.jisx0212*huge.2.pixelsize:    16
  2340. *documentFonts.jisx0212*huge.3.pixelsize:    16
  2341. *documentFonts.jisx0212*huge.4.pixelsize:    24
  2342. *documentFonts.jisx0212*huge.5.pixelsize:    24
  2343. *documentFonts.jisx0212*huge.6.pixelsize:    24
  2344. *documentFonts.jisx0212*huge.7.pixelsize:    24
  2345.  
  2346. *documentFonts.ksc5601*small.1.pixelsize:    14
  2347. *documentFonts.ksc5601*small.2.pixelsize:    14
  2348. *documentFonts.ksc5601*small.3.pixelsize:    14
  2349. *documentFonts.ksc5601*small.4.pixelsize:    14
  2350. *documentFonts.ksc5601*small.5.pixelsize:    16
  2351. *documentFonts.ksc5601*small.6.pixelsize:    16
  2352. *documentFonts.ksc5601*small.7.pixelsize:    24
  2353.  
  2354. *documentFonts.ksc5601*medium.1.pixelsize:    14
  2355. *documentFonts.ksc5601*medium.2.pixelsize:    14
  2356. *documentFonts.ksc5601*medium.3.pixelsize:    14
  2357. *documentFonts.ksc5601*medium.4.pixelsize:    16
  2358. *documentFonts.ksc5601*medium.5.pixelsize:    16
  2359. *documentFonts.ksc5601*medium.6.pixelsize:    24
  2360. *documentFonts.ksc5601*medium.7.pixelsize:    24
  2361.  
  2362. *documentFonts.ksc5601*large.1.pixelsize:    14
  2363. *documentFonts.ksc5601*large.2.pixelsize:    14
  2364. *documentFonts.ksc5601*large.3.pixelsize:    16
  2365. *documentFonts.ksc5601*large.4.pixelsize:    16
  2366. *documentFonts.ksc5601*large.5.pixelsize:    24
  2367. *documentFonts.ksc5601*large.6.pixelsize:    24
  2368. *documentFonts.ksc5601*large.7.pixelsize:    24
  2369.  
  2370. *documentFonts.ksc5601*huge.1.pixelsize:    14
  2371. *documentFonts.ksc5601*huge.2.pixelsize:    16
  2372. *documentFonts.ksc5601*huge.3.pixelsize:    16
  2373. *documentFonts.ksc5601*huge.4.pixelsize:    24
  2374. *documentFonts.ksc5601*huge.5.pixelsize:    24
  2375. *documentFonts.ksc5601*huge.6.pixelsize:    24
  2376. *documentFonts.ksc5601*huge.7.pixelsize:    24
  2377.  
  2378. *documentFonts.gb2312*small.1.pixelsize:    16
  2379. *documentFonts.gb2312*small.2.pixelsize:    16
  2380. *documentFonts.gb2312*small.3.pixelsize:    16
  2381. *documentFonts.gb2312*small.4.pixelsize:    16
  2382. *documentFonts.gb2312*small.5.pixelsize:    16
  2383. *documentFonts.gb2312*small.6.pixelsize:    16
  2384. *documentFonts.gb2312*small.7.pixelsize:    24
  2385.  
  2386. *documentFonts.gb2312*medium.1.pixelsize:    16
  2387. *documentFonts.gb2312*medium.2.pixelsize:    16
  2388. *documentFonts.gb2312*medium.3.pixelsize:    16
  2389. *documentFonts.gb2312*medium.4.pixelsize:    16
  2390. *documentFonts.gb2312*medium.5.pixelsize:    16
  2391. *documentFonts.gb2312*medium.6.pixelsize:    24
  2392. *documentFonts.gb2312*medium.7.pixelsize:    24
  2393.  
  2394. *documentFonts.gb2312*large.1.pixelsize:    16
  2395. *documentFonts.gb2312*large.2.pixelsize:    16
  2396. *documentFonts.gb2312*large.3.pixelsize:    16
  2397. *documentFonts.gb2312*large.4.pixelsize:    16
  2398. *documentFonts.gb2312*large.5.pixelsize:    24
  2399. *documentFonts.gb2312*large.6.pixelsize:    24
  2400. *documentFonts.gb2312*large.7.pixelsize:    24
  2401.  
  2402. *documentFonts.gb2312*huge.1.pixelsize:        16
  2403. *documentFonts.gb2312*huge.2.pixelsize:        16
  2404. *documentFonts.gb2312*huge.3.pixelsize:        16
  2405. *documentFonts.gb2312*huge.4.pixelsize:        24
  2406. *documentFonts.gb2312*huge.5.pixelsize:        24
  2407. *documentFonts.gb2312*huge.6.pixelsize:        24
  2408. *documentFonts.gb2312*huge.7.pixelsize:        24
  2409.  
  2410. *documentFonts.cns11643*small.1.pixelsize:    16
  2411. *documentFonts.cns11643*small.2.pixelsize:    16
  2412. *documentFonts.cns11643*small.3.pixelsize:    16
  2413. *documentFonts.cns11643*small.4.pixelsize:    16
  2414. *documentFonts.cns11643*small.5.pixelsize:    16
  2415. *documentFonts.cns11643*small.6.pixelsize:    16
  2416. *documentFonts.cns11643*small.7.pixelsize:    24
  2417.  
  2418. *documentFonts.cns11643*medium.1.pixelsize:    16
  2419. *documentFonts.cns11643*medium.2.pixelsize:    16
  2420. *documentFonts.cns11643*medium.3.pixelsize:    16
  2421. *documentFonts.cns11643*medium.4.pixelsize:    16
  2422. *documentFonts.cns11643*medium.5.pixelsize:    16
  2423. *documentFonts.cns11643*medium.6.pixelsize:    24
  2424. *documentFonts.cns11643*medium.7.pixelsize:    24
  2425.  
  2426. *documentFonts.cns11643*large.1.pixelsize:    16
  2427. *documentFonts.cns11643*large.2.pixelsize:    16
  2428. *documentFonts.cns11643*large.3.pixelsize:    16
  2429. *documentFonts.cns11643*large.4.pixelsize:    16
  2430. *documentFonts.cns11643*large.5.pixelsize:    24
  2431. *documentFonts.cns11643*large.6.pixelsize:    24
  2432. *documentFonts.cns11643*large.7.pixelsize:    24
  2433.  
  2434. *documentFonts.cns11643*huge.1.pixelsize:        16
  2435. *documentFonts.cns11643*huge.2.pixelsize:        16
  2436. *documentFonts.cns11643*huge.3.pixelsize:        16
  2437. *documentFonts.cns11643*huge.4.pixelsize:        24
  2438. *documentFonts.cns11643*huge.5.pixelsize:        24
  2439. *documentFonts.cns11643*huge.6.pixelsize:        24
  2440. *documentFonts.cns11643*huge.7.pixelsize:        24
  2441. ! ============================================================================
  2442. ! Fonts used for printing.
  2443. ! ============================================================================
  2444. !
  2445. ! psname  is the full PostScript font name
  2446. ! pscode  is the character encoding used in the PostScript font
  2447. ! pswidth is the PostScript width per character, only useful for "square"
  2448. !         fonts such as those found in East Asia
  2449. !
  2450. ! See the comments on DocumentFonts above for the other fields.
  2451.  
  2452.  
  2453. ! The following Latin-1 PostScript printer fonts are hard-coded into Netscape
  2454. ! and cannot be changed.
  2455. !
  2456. !*documentFonts.latin1.variable.normal*psname:        Times-Roman
  2457. !*documentFonts.latin1.variable.bold*psname:        Times-Bold
  2458. !*documentFonts.latin1.variable.italic*psname:        Times-Italic
  2459. !*documentFonts.latin1.variable.boldItalic*psname:    Times-BoldItalic
  2460. !*documentFonts.latin1.fixed.normal*psname:        Courier
  2461. !*documentFonts.latin1.fixed.bold*psname:        Courier-Bold
  2462. !*documentFonts.latin1.fixed.italic*psname:        Courier-Oblique
  2463. !*documentFonts.latin1.fixed.boldItalic*psname:        Courier-BoldOblique
  2464. !*documentFonts.latin1*pscode:                iso-8859-1
  2465. !*documentFonts.latin1*pswidth:                *
  2466.  
  2467.  
  2468. ! Netscape does not differentiate between variable and fixed, and between
  2469. ! normal, bold, italic and boldItalic for the following East Asian fonts.
  2470. !
  2471. ! The charset fields are the charset names corresponding to the available
  2472. ! locales (e.g. for Japan, that would be x-euc-jp and x-sjis).
  2473. !
  2474. !*documentFonts.x-euc-jp*psname:        Ryumin-Light-RKSJ-H
  2475. !*documentFonts.x-euc-jp*pscode:        x-sjis
  2476. !*documentFonts.x-euc-jp*pswidth:    1000
  2477. !*documentFonts.x-sjis*psname:        Ryumin-Light-RKSJ-H
  2478. !*documentFonts.x-sjis*pscode:        x-sjis
  2479. !*documentFonts.x-sjis*pswidth:        1000
  2480.  
  2481. !*documentFonts.euc-kr*psname:        SMgoJ
  2482. !*documentFonts.euc-kr*pscode:        euc-kr
  2483. !*documentFonts.euc-kr*pswidth:        1000
  2484.  
  2485. !*documentFonts.gb2312*psname:        ???
  2486. !*documentFonts.gb2312*pscode:        ???
  2487. !*documentFonts.gb2312*pswidth:        ???
  2488.  
  2489. !*documentFonts.x-euc-tw*psname:    ???
  2490. !*documentFonts.x-euc-tw*pscode:    ???
  2491. !*documentFonts.x-euc-tw*pswidth:    ???
  2492.  
  2493.  
  2494. *url.whats_new:       http://home.netscape.com/home/whats-new.html
  2495. *url.whats_cool:http://home.netscape.com/home/whats-cool.html
  2496. *url.directory:       http://home.netscape.com/home/internet-directory.html
  2497. *url.search:  http://home.netscape.com/home/internet-search.html
  2498. *url.white:   http://home.netscape.com/home/internet-white-pages.html
  2499. *url.about:   http://home.netscape.com/home/about-the-internet.html
  2500. *url.howto:   http://home.netscape.com/home/how-to-create-web-services.html
  2501. *url.netscape:        http://home.netscape.com/
  2502. *url.galleria:        http://home.netscape.com/home/netscape-galleria.html
  2503. *url.rel_notes:       http://home.netscape.com/eng/mozilla/1.1I/relnotes/unix-
  2504. *url.reg:     http://home.netscape.com/cgi-bin/reginfo.cgi
  2505. *url.manual:  http://home.netscape.com/eng/mozilla/1.1I/handbook/
  2506. *url.faq:     http://home.netscape.com/eng/mozilla/1.1I/faq.html
  2507. *url.security:        http://home.netscape.com/info/security-doc.html
  2508. *url.feedback:        http://home.netscape.com/home/how-to-give-feedback.html
  2509. *url.support: http://home.netscape.com/home/how-to-get-support.html
  2510.  
  2511. ! Additional Strings to be localized
  2512.  
  2513. *strings.6796:╖ó╔·═¿╤╢┤φ╬≤íú\n (TCP ┤φ╬≤ %s)\n\n╩╘═╝╘┘┤╬┴¼╜╙íú
  2514.  
  2515. *strings.6795:Netscape ╬▐╖¿║═─π╓╕╢¿╬╗╓├╡─╖■╬±╞≈┴¬╧╡íú╖■╬±╞≈┐╔─▄├ª╗≥╥╤╣╪╗·íú\n\n╣²╥╗╗ß╩╘╘┘┤╬┴¼╜╙íú
  2516.  
  2517. *strings.6793:Netscape ─┌┤µ▓╗╣╗.\n\n╣╪▒╒╥╗╨⌐╙ª╙├╗≥╥╗╨⌐┤░┐┌.
  2518.  
  2519. *strings.6791:▒╛╬╗╓├ (URL) ╩╟▓╗┐╔╚╧╩╢╡─:\n  %.200s\n\n╝∞▓Θ╒Γ╕÷╬╗╓├▓ó╘┘╩╘íú
  2520.  
  2521. *strings.6789:╬▐╖¿╩╣╙├▒╗╢»╡─FTP─ú╩╜
  2522.  
  2523. *strings.6788:Netscape ╬▐╖¿╔Φ╓├║═╒Γ╕÷╖■╬±╞≈╡─FTP┤½╩Σ─ú╩╜íú ─π╜½▓╗─▄╧┬╘╪(download)╬─╝■íú\n\n─π╗≥╒▀║═╒Γ╕÷╖■╬±╞≈╡─╣▄└φ╘▒┴¬╧╡╗≥╒▀╣²╥╗╗ß╩╘╘┘╩╘╥╗┤╬íú
  2524.  
  2525. *strings.6787:Netscape ▓╗─▄╖ó╦═╕─▒Σ─┐┬╝(cd)├ⁿ┴ε╡╜FTP╖■╬±╞≈íú─π▓╗─▄╣█┐┤▒≡╡──┐┬╝íú\n\n─π┐╔╒Γ╕÷╖■╬±╞≈╡─╡─╣▄└φ┴¬╧╡╗≥╒▀╘▒╣²╥╗╗ß╩╘╘┘╩╘╥╗┤╬íú
  2526.  
  2527. *strings.6786:Netscape ▓╗─▄╖ó╦═╢╦┐┌├ⁿ┴ε╡╜FTP╖■╬±╞≈╥╘╜¿┴ó╩²╛▌┴¼╜╙íú\n\n─π┐╔╒Γ╕÷╖■╬±╞≈╡─╡─╣▄└φ┴¬╧╡╗≥╒▀╘▒╣²╥╗╗ß╩╘╘┘╩╘╥╗┤╬íú
  2528.  
  2529. *strings.6785:Netscape ╬▐╖¿╤░╒╥╕├╬─╝■:\n  %.200s\n\n╝∞▓Θ╕├╬─╝■╚╗║≤╘┘╩╘╥╗┤╬íú
  2530.  
  2531. *strings.6784:▓·╔·╥╗╕÷╨┬╬┼╡─┤φ╬≤: ╖╟╖¿╡─NNTP┴¼╜╙\n\n╘┘┴¼╜╙╥╗┤╬íú 
  2532.  
  2533. *strings.6783:▓·╔·╙δ╨┬╬┼╖■╬±╞≈╙╨╣╪╡─┤φ╬≤íú\n\n╚τ╣√─π╬▐╖¿╘┘┤╬┴¼╜╙ú¼╟δ║═╕├╖■╬±╞≈╡─╣▄└φ╘▒┴¬╧╡íú
  2534.  
  2535. *strings.6782:├╗╙╨╧∞╙ªíú  ╖■╬±╞≈┐╔─▄╥╤╣╪╗·╗≥├╗╙╨╧∞╙ªíú\n\n╚τ╣√╣²╥╗╗ß─π╬▐╖¿╘┘┤╬┴¼╜╙ú¼╟δ║═╕├╖■╬±╞≈╡─╣▄└φ╘▒┴¬╧╡íú
  2536.  
  2537. *strings.6781:Netscape ╬▐╖¿╚╖╢¿╖■╬±╞≈╡─╬╗╓├:\n  %.200s\n╕├╖■╬±╞≈├╗╙╨DNS╚δ┐┌íú\n\n╘┌╬╗╓├(URL)╥╗└╕╓╨╝∞▓Θ╖■╬±╞≈╡─├√╫╓╚╗║≤╘┘╩╘íú
  2538.  
  2539. *strings.6780:╕├╖■╬±╞≈╡─┴¼╜╙╥╤╓╨╢╧íú\n╕├╖■╬±╞≈┐╔─▄╥╤╣╪╗·╗≥═°┬τ│÷╧╓┴╦╬╩╠Γíú\n\n╣²╥╗╗ß╩╘╘┘╩╘┴¼╜╙íú
  2540.  
  2541. *strings.6779:╨┬╬┼╧ε▓╗─▄╠ß╣⌐íú┐╔─▄╥╗╣²╞┌íú\n\n╩╘╚í╞Σ╦ⁿ╧ε─┐íú
  2542.  
  2543. *strings.6778:Netscape ╬▐╖¿┤≥┐¬─π╡─╨┬╬┼(News)╬─╝■ (newsrc)íú\n\n╟δ╤Θ╓ñ─π╡─╙┼╤í╩╟╖±╒²╚╖▓ó╘┘╩╘╥╗┤╬íú
  2544.  
  2545. *strings.6777:Netscape ╬▐╖¿┤≥┐¬╬─╝■:\n  %.200s\n\n╝∞▓Θ╬─╝■├√▓ó╘┘╩╘╥╗┤╬íú
  2546.  
  2547. *strings.6764:╡▒Netscape╖ó╦═╩²╛▌╩▒│÷╧╓═°┬τ┤φ╬≤.\n(═°┬τ┤φ╬≤: %s)\n\n╩╘╘┘┴¼╜╙╥╗┤╬.
  2548.  
  2549. *strings.6771:╖ó╦═╡τ╫╙╙╩╝■╩▒│÷┤φú║\nNetscape╬▐╖¿║═SMTP╖■╬±╞≈┴¼╜╙íú\n╕├╖■╬±╞≈╥╤╣╪╗·╗≥▒╗┤φ╬≤╡╪┼Σ╓├íú\n\n╟δ╤Θ╓ñ─π╡─╙╩╝■╙┼╤í╩╟╖±╒²╚╖▓ó╘┘╩╘╥╗┤╬íú
  2550.  
  2551. *strings.6770:╖ó╦═╡τ╫╙╙╩╝■╩▒│÷┤φ:\n"┤╙ú║"╡─▒Ω╠Γ▓╗╒²╚╖íú\n\n╟δ╘┌─π╡─╙╩╝■╙┼╤í╓╨╤Θ╓ñ─π╡─╙╩╝■╡╪╓╖╩╟╖±╒²╚╖▓ó╘┘╩╘╥╗┤╬íú
  2552.  
  2553. *strings.6769:╖ó╦═╡τ╫╙╙╩╝■╩▒│÷┤φ:\n"╡╜ú║"╡─▒Ω╠Γ▓╗╒²╚╖íú\n\n╟δ╝∞▓Θ╡τ╫╙╙╩╝■╡╪╓╖╩╟╖±╒²╚╖▓ó╘┘╩╘╥╗┤╬íú
  2554.  
  2555. *strings.6767:╖ó╦═╡τ╫╙╙╩╝■╩▒│÷┤φ:\n▒╛╨┼╧ó╠σ╩╟╖╟╖¿╡─íú\n\n╟δ╝∞▓Θ╨┼╧ó╠σ▓ó╘┘╩╘╥╗┤╬íú
  2556.  
  2557. *strings.6766:╖ó╦═╡τ╫╙╙╩╝■╩▒│÷┤φ: SMTP ╖■╬±╞≈│÷┤φíú\n\n╟δ║═─π╡─╡τ╫╙╖■╬±╞≈╡─╣▄└φ╘▒┴¬╧╡íú
  2558.  
  2559. *strings.6760:│÷╧╓═°┬τ┤φ╬≤:\n▓╗─▄║═╖■╬±╞≈┴¼╜╙(TCP┤φ╬≤ %s)\n╕├╖■╬±╞≈┐╔─▄╥╤╣╪╗·╗≥▓╗─▄┤µ╚ííú\n\n╣²╥╗╗ß╩╘╘┘╩╘╥╗┤╬íú
  2560.  
  2561. *strings.6758:Netscape╡─═°┬τ┴¼╜╙▒╗╖■╬±╞≈╛▄╛°ú║\n  %.200s\n╕├╖■╬±╞≈┐╔─▄▓╗╜╙╩╒┴¼╜╙╗≥├ªíú\n\n╣²╥╗╗ß╩╘╘┘╩╘╥╗┤╬íú
  2562.  
  2563. *strings.6757:Netscape ▓╗─▄┤┤╜¿═°┬τ╚φ▓σ╫∙(socket)íú\n╒Γ╕÷╧╡═│╡─╡─╫╩╘┤┐╔─▄▓╗╣╗╗≥═°┬τ╓╨╢╧íú(╘¡╥≥: %s)\n\n╩╘╘┘┴¬╜ß╥╗┤╬╗≥╓╪╞⌠╢»Netscapeíú
  2564.  
  2565. *strings.6755:Netscape ▓╗─▄║═╕├╖■╬±╞≈═Ω│╔╚φ▓σ╫∙(socket)╡─┴¼╜╙íú╧╡═│╡─╡─╫╩╘┤┐╔─▄▓╗╣╗íú\n\n╓╪╞⌠╢»Netscapeíú 
  2566.  
  2567. *strings.6754:Netscape ▓╗─▄║═─π╡─┤·└φ╖■╬±╞≈(proxy server)┴¬╧╡íú\n╕├╖■╬±╞≈┐╔─▄╥╤╣╪╗·╗≥▒╗┤φ╬≤╡╪┼Σ╓├íú\n\n╟δ╚╖╚╧─π╡─┤·└φ(Proxy)╙┼╤í╩╟╖±╒²╚╖ú¼╗≥║═╖■╬±╞≈╡─╣▄└φ╘▒┴¬╧╡íú
  2568.  
  2569. *strings.6753:Netscape ╬▐╖¿╚╖╢¿─π╡─┤·└φ╖■╬±╞≈(proxy server)╬╗╓├íú\n╕├╖■╬±╞≈┐╔─▄╥╤╣╪╗·╗≥▒╗┤φ╬≤╡╪┼Σ╓├íú\n\n╟δ╚╖╚╧─π╡─┤·└φ(Proxy)╙┼╤í╩╟╖±╒²╚╖ú¼╗≥║═╖■╬±╞≈╡─╣▄└φ╘▒┴¬╧╡íú
  2570.  
  2571. *strings.6749:╬─▒╛▓╗░ⁿ║¼╩²╛▌
  2572.  
  2573. *strings.6748:Netscape ╜╙╩╒╩²╛▌╩▒│÷╧╓═°┬τ┤φ╬≤íú\n(═°┬τ┤φ╬≤: %s)\n\n╩╘═╝╘┘┤╬┴¼╜╙íú
  2574.  
  2575. *strings.6747:Netscape ┤≥▓╗┐¬┴┘╩▒╬─╝■:\n  %.200s\n\n╝∞▓Θ─π╡─'┴┘╩▒─┐┬╝'╔Φ╓├▓ó╘┘╩╘íú
  2576.  
  2577. *strings.6765:╖ó╦═╡τ╫╙╙╩╝■╩┬│÷┤φú║\n╙╩╝■╖╡╗╪╡╪╓╖╩╟╖╟╖¿╡─íú\n\n╟δ╘┌─π╡─╙╩╝■╙┼╤í╓╨╚╖╚╧─π╡─╙╩╝■╡╪╓╖╩╟╖±╒²╚╖ú¼╚╗║≤╘┘╩╘íú
  2578.  
  2579. *strings.6750:╙▓┼╠┬·íúNetscape ╚í╧√╬─╝■┤½╦═▓ó╔╛│²╕├╬─╝■íú\n\n╟δ╔╛│²╥╗╨⌐╬─╝■║≤╘┘╩╘
  2580.  
  2581. *strings.6740:╖ó╔·╚¿╧▐┤φ╬≤íú\n\n╟δ╘┘╩Σ╚δ─π╡─├√╫╓║═┐┌┴εíú
  2582.  
  2583. *strings.6734:├╗╙╨╓╕╢¿╖ó╦═╒▀íú
  2584.  
  2585. *strings.6733:├╗╙╨╓╕╢¿╜╙╩╒╒▀íú
  2586.  
  2587. *strings.6732:├╗╙╨╓╕╢¿╓≈╠Γíú
  2588.  
  2589. *strings.6731:╨┤┴┘╩▒╬─╝■│÷┤φíú
  2590.  
  2591. *strings.6725:╘┌MIME╕±╩╜╙╨╢α▓┐╖▌╨┼╧óíú 
  2592.  
  2593. *strings.6722:┤≥╙í═ú╓╣íú ╘┌╜╙╩╒╬─▒╛╩▒│÷┤φíú\n┤½╩Σ┐╔─▄▒╗╓╨╢╧╗≥╙▓┼╠┐╒╝Σ▓╗╣╗╨┤╕├╬─╝■íú\n\n╟δ╘┘╩╘íú╝∞▓Θ┴┘╩▒─┐┬╝╡─┐╔╙├┐╒╝Σ╗≥╓╪╞⌠╢»Netscapeíú
  2594.  
  2595. *strings.6721:─π╡─╟⌐├√│¼│÷╜¿╥Θ╡─╦─╨╨íú
  2596.  
  2597. *strings.6720:─π╡─╟⌐├√│¼│÷╜¿╥Θ╡─79┴╨íú\n╢╘┤≤╢α╩²╢┴╒▀ú¼╕├╨╨╜½▒╗╜╪╚íú¼╗≥╓╪╡■╧╘╩╛íú\n\n╟δ▒α╝¡╕├╟⌐├√╩╣╓«▓╗│¼│÷80╕÷╫╓╖√íú
  2598.  
  2599. *strings.6699:▒╛Netscape┐╜▒┤╥╤╩º╨ºíú\n╧╓╘┌─π╓╗┐╔┤µ╚íFTP╬╗╓├(FTP Locations)║═╘┌netscape.com domain\n╓╨╡─╚╬║╬URL, └²╚τ─╟╨⌐╘┌─π╡──┐┬╝▓╦╡Ñ╓╨╡─íú\n\n─π╨Φ╥¬╗±╡├╨┬░µ▒╛╡─Netscapeíú
  2600.  
  2601. *strings.6698:▒╛Netscape┐╜▒┤╥╤╩º╨ºíú\n╧╓╘┌─π╓╗┐╔┤µ╚íFTP╬╗╓├(FTP Locations)║═╘┌netscape.com domain\n╓╨╡─╚╬║╬URL, └²╚τ─╟╨⌐╘┌─π╡──┐┬╝▓╦╡Ñ╓╨╡─íú\n\n─π╨Φ╥¬╗±╡├╨┬░µ▒╛╡─Netscapeíú
  2602.  
  2603. *strings.6697:├╗╙╨WAIS┤·└φ(proxy) ▒╗┼Σ╓├íú\n\n╝∞▓Θ─π╡─┤·└φ(proxy)╙┼╤í▓ó╘┘╩╘íú
  2604.  
  2605. *strings.6696:╖ó╔·╥╗╕÷╨┬╬┼(NNTP) ┤φ╬≤:\n %.100s
  2606.  
  2607. *strings.6695:╖ó╔·╥╗╕÷╨┬╬┼┤φ╬≤íú ╚½▓┐╨┬╬┼╫Θ(newsgroups)╡─╔¿├Φ▓╗│╣╡╫íú\n \n╘┘╣█▓∞╚½▓┐╨┬╬┼╫Θ╥╗┤╬íú
  2608.  
  2609. *strings.6694:Netscape ╒╥▓╗╡╜╥╗╕÷╨┬╬┼(News)╬─╝■ (newsrc)íú╬¬─π┤┤╜¿┴╦╥╗╕÷íú
  2610.  
  2611. *strings.6693:├╗╙╨NNTP╖■╬±╞≈▒╗┼Σ╓├íú\n\n╝∞▓Θ─π╡─╨┬╬┼(News)╙┼╤í▓ó╘┘╩╘íú
  2612.  
  2613. *strings.6692:│÷╧╓┴╦═¿╤╢┤φ╬≤íú\n  (═°┬τ┤φ╬≤: %s)\n \n╩╘═╝╘┘┤╬┴¼╜╙╗≥║═─π╡─╧╡═│╣▄└φ╘▒┴¬╧╡íú
  2614.  
  2615. *strings.6691:╥≥╬¬┤·└φ(proxy)┤φ╬≤ú¼Netscape ╬▐╖¿║═░▓╚½\n╨┬╬┼╖■╬±╞≈(secure news server)┴¼╜╙íú
  2616.  
  2617. *strings.-1179:╖■╬±╞≈╡─╓ñ╩Θ╥╤╣²╞┌íú\n╝∞▓Θ─π╡─╧╡═│╡─╚╒╞┌║═╩▒╝Σíú
  2618.  
  2619. *strings.-5288:╥≥╬¬─π├╗╙╨╣▓╧φ╧α═¼╡─╝╙├▄╦π╖¿ú¼\nNetscape ╬▐╖¿║═╖■╬±╞≈░▓╚½╡╪═¿╤╢íú\n─π▓╗─▄░▓╚½╡╪┴¼╜╙╡╜╖■╬±╞≈╔╧íú\n \n─π┐╔╩╘═╝╜°╨╨╖╟░▓╚½┴¼╜╙íú
  2620.  
  2621. *strings.-5285:│÷╧╓░▓╚½╨╘┤φ╬≤:\n (░▓╚½╨╘┤φ╬≤: %d)\n \n─π┐╔─▄╬▐╖¿║═╕├╖■╬±╞≈╜°╨╨░▓╚½┴¼╜╙íú \n\n─π┐╔╜°╨╨╖╟░▓╚½┴¼╜╙ú¼╚τ╣√─π╧δíú
  2622.  
  2623. *strings.-5279:╥≥╬¬╖■╬±╞≈╩╣╙├┴╦▓╗╓º│╓╡─░▓╚½╨╘╨¡╥Θ░µ▒╛ú¼\nNetscape╬▐╖¿║═▒╛╖■╬±╞≈═¿╤╢íú\n\n╥╗╕÷╨┬░µ▒╛╡─Netscpae┐╔─▄┐╔╥╘╜Γ╛÷╒Γ╕÷╬╩╠Γíú
  2624.  
  2625. *strings.7146:┴¼╜╙▒╗╛▄╛°
  2626.  
  2627. *strings.7022:╖╟╖¿▒Σ┴┐ 
  2628.  
  2629. *strings.7005:I/O │÷┤φ
  2630.  
  2631. *strings.7012:╬▐╫π╣╗─┌┤µ 
  2632.  
  2633. *strings.7009:▓╗╒²╚╖╡─╬─╝■║┼
  2634.  
  2635. *strings.7011:▓┘╫≈╜½╫Φ╓╣
  2636.  
  2637. *strings.7133:Socket ╥╤▒╗┴¼╜╙
  2638.  
  2639. *strings.7145:┴¼╜╙│¼╩▒
  2640.  
  2641. *strings.7150:▓┘╫≈╒²╘┌╜°╨╨
  2642.  
  2643. *strings.7149:EALREADY
  2644.  
  2645. *strings.7125:╡╪╓╖╥╤╘┌╩╣╙├
  2646.  
  2647. *strings.7004:╓╨╢╧╧╡═│╡≈╙├
  2648.  
  2649. *strings.7013:├╗╙╨╨φ┐╔╚¿
  2650.  
  2651. *strings.7126:▓╗─▄╖╓┼Σ╟δ╟≤╡─╡╪╓╖
  2652.  
  2653. *strings.7127:═°┬τ╓╨╢╧
  2654.  
  2655. *strings.7128:═°┬τ▓╗─▄┤µ╚í 
  2656.  
  2657. *strings.7129:╥≥╬¬╕┤╬╗ú¼═°┬τ┴¼╜╙╓╨╢╧
  2658.  
  2659. *strings.7130:┴¼╜╙╩º░▄
  2660.  
  2661. *strings.7131:▒╗═¼╝╢(peer)╕┤╬╗┴¼╜╙
  2662.  
  2663. *strings.7134:Socket ├╗╙╨┴¼╜╙
  2664.  
  2665. *strings.7147:╓≈╗·╥╤╣╪╗·
  2666.  
  2667. *strings.7148:├╗╙╨┬╖╙╔╡╜╓≈╗·
  2668.  
  2669. *strings.7201: (▓╗╚╧╩╢)
  2670.  
  2671. *strings.7202: (╫╘╢»╤í╘±)
  2672.  
  2673. *strings.7203: (╚▒╩í)
  2674.  
  2675. *strings.7204: (├┐╒╥╡╜)
  2676.  
  2677. *strings.7210:%s ═╝╧≤%dx%d ╧≤╦╪ 
  2678.  
  2679. *strings.7211:═╝╧≤╩╟Images are %d ╬╗ú¼ %d ╡Ñ╘¬╥╤╖╓┼Σíú
  2680.  
  2681. *strings.7212:═╝╧≤╩╟╡Ñ╔½╡─íú
  2682.  
  2683. *strings.7213:═╝╧≤╩╟ %d ╬╗╗╥╢╚íú
  2684.  
  2685. *strings.7214:═╝╧≤╩╟ %d ╬╗╒µ▓╩╔½íú 
  2686.  
  2687. *strings.7220:╒Γ╩╟╥╗╕÷┐╔╦╤╤░╡─╦≈╥²íú╩Σ╚δ╦╤╤░╣╪╝ⁿ╫╓ú║ 
  2688.  
  2689. *strings.7230:MCOM-╚½╛╓└·╩╖╬─╝■-1%s
  2690.  
  2691. *strings.7231:╓≈╥¬╚╚╧▀
  2692.  
  2693. *strings.7232:<!-- ╒Γ╩╟╥╗╕÷╫╘╢»▓·╔·╡─╬─╝■íú\n    ╦ⁿ╜½▒╗╢┴║═╕▓╕╟íú\n    ╟δ╬≡▒α╝¡! -->\n
  2694.  
  2695. *strings.7233:---└·╩╖╬─╝■╜ß╩°---\n
  2696.  
  2697. *strings.7240:┴¼╜╙: ╤░╒╥╓≈╗·: %.256s...
  2698.  
  2699. *strings.7241:┴¼╜╙: ╜╙┤Ñ╓≈╗·: %.256s...
  2700.  
  2701. *strings.7242:│÷┤φ: ▓╗─▄╬▐╫Φ░¡╡─╜¿┴ó┴¼╜╙íú
  2702.  
  2703. *strings.7243:╬▐╖¿╚╖╢¿╓≈╗· %.256s ╡─╬╗╓├íú
  2704.  
  2705. *strings.7244:╬▐╖¿╚╖╢¿╓≈╗· %.256s ╡─╬╗╓├íú
  2706.  
  2707. *strings.7245:╢┴╬─╝■ ...
  2708.  
  2709. *strings.7246:╢┴╬─╝■...┴π│ñ╢╚
  2710.  
  2711. *strings.7247:╢┴─┐┬╝...
  2712.  
  2713. *strings.7248:╢┴╬─╝■...═Ω│╔ 
  2714.  
  2715. *strings.7249:╢┴─┐┬╝...═Ω│╔
  2716.  
  2717. *strings.7250:╜╙╩╒ FTP ╬─╝■
  2718.  
  2719. *strings.7251:╜╙╩╒ FTP─┐┬╝ 
  2720.  
  2721. *strings.7252:╜╙╩╒╩²╛▌íú
  2722.  
  2723. *strings.7253:┤½╩Σ╩²╛▌
  2724.  
  2725. *strings.7254:┴¼╜╙: ╓≈╗·╜╙┤Ñíú╡╚┤²╗╪┤≡...
  2726.  
  2727. *strings.7255:┴¼╜╙: ╘┘╩╘╥╗┤╬ (HTTP 0.9)...
  2728.  
  2729. *strings.7256:┴¼╜╙: ╓≈╗·╜╙┤Ñíú╡╚┤²╗╪┤≡(Gopher)
  2730.  
  2731. *strings.7257:╙╩╝■│╔╣ª╡─╖ó╦═
  2732.  
  2733. *strings.7258:╨┬╬┼: ╜╙╩╒╨┬╬┼╨╦╚ñ╨í╫Θ...
  2734.  
  2735. *strings.7259:╨┬╬┼: ╜╙╩╒╨┬╬┼╨╦╚ñ╨í╫Θ...
  2736.  
  2737. *strings.7260:╨┬╬┼: ╜╙╩╒╬─╒┬...
  2738.  
  2739. *strings.7261:╜╙╩╒╬─╒┬┴╨▒φ
  2740.  
  2741. *strings.7262:╨┬╬┼: ╢┴╨┬╬┼╨╦╚ñ╨í╫Θ┴╨▒φ
  2742.  
  2743. *strings.7263:╨┬╬┼: ╢┴╨┬╬┼╨╦╚ñ╨í╫Θ╫▄└┐╨┼╧ó
  2744.  
  2745. *strings.7264:╨┬╬┼: ╬─╒┬┼┼╨≥...
  2746.  
  2747. *strings.7301:╬▐╖¿╩╡╨╨═Γ▓┐╣█▓∞╒▀
  2748.  
  2749. *strings.7302:┤·└φ(Proxy)╟δ╟≤╡─╓ñ├≈╖╜░╕(authentication scheme)╩╟▓╗▒╗╓º│╓╡─íú
  2750.  
  2751. *strings.7303:HTTP╫░╘╪╫╙│╠╨≥│÷╧╓─┌┤µ▓╗╣╗┤φ╬≤úí
  2752.  
  2753. *strings.7304:┤╙╖■╬±╞≈╖╡╗╪╡─▓╗╓¬╡└╫┤╠¼: %d!
  2754.  
  2755. *strings.7305:╛»╕µ! ╖╟┴┘╜τ╙ª╙├┤φ╬≤ú║ NET_TotalNumberOfProcessingURLs < 0
  2756.  
  2757. *strings.7306::╛»╕µ! ╖╟┴┘╜τ╙ª╙├┤φ╬≤ú║NET_TotalNumberOfOpenConnections < 0
  2758.  
  2759. *strings.7307:─┌▓┐▓╗╓º│╓URNú¼╩╣╙├HTTP┤·└φ(proxy)╖■╬±╞≈ú║
  2760.  
  2761. *strings.7308:╘┘╜°╚δ╡≈╙├╚Ñ╓╨╢╧┤░┐┌
  2762.  
  2763. *strings.7309:▓╗╒²╚╖╡─╨┼╧ó║┼ 
  2764.  
  2765. *strings.7310:╬─╒┬║┼│¼│÷╖╢╬º 
  2766.  
  2767. *strings.7311:╬▐╖¿╫░╘╪ mailbox
  2768.  
  2769. *strings.7312: SMTP ╙╩╝■╓≈╗·╗╣├╗╢¿╥σ
  2770.  
  2771. *strings.7313:SMTP ╖ó╦═╙╩╝■│÷┤φíú╖■╬±╞≈╧∞╙ª: %.256s
  2772.  
  2773. *strings.7314:╛»╕µ: ▓╗╚╧╩╢╡─▒α┬δ : `
  2774.  
  2775. *strings.7315:▒¿╛»╨┼║┼! ├╗╖ó╧╓╫¬╗╗╞≈╗≥╜Γ┬δ╞≈
  2776.  
  2777. *strings.7316:▓╗─▄╘÷╝╙▒φ╠ß╜╗╡─╜ß╣√╡╜╚╚╧▀
  2778.  
  2779. *strings.7330:╛»╕µ: ╒Γ╩╟╥╗╕÷┐╔╓┤╨╨╡─ `%s' ╘¡▒╛(script)!\n\n─πYou %s ╙╨╣╪╥¬╘┌─π╡─▒╛╡╪╗·╔╧╘╦╨╨╚╬╥Γ╡─╧╡═│├ⁿ┴εíú\n╒Γ╩╟╢╘░▓╚½╨╘╡─├░╧╒íú\n│²╖╟─π═Ω╚½┴╦╜Γ╒Γ╕÷╘¡▒╛(script)ú¼╖±╘≥╜¿╥Θ─π▓╗╥¬╘╦╨╨íú\n\n╓┤╨╨┬≡ú┐
  2780.  
  2781. *strings.7317:╛»╕µ: ╥╗╕÷HTTP┤·└φ(proxy)╓≈╗·▒╗╓╕╢¿(%s)ú¼ ╡½─╟╩╟╥╗╕÷▓╗╓¬╡└╡─╓≈╗·íú\n\n╒Γ╜½╥Γ╬╢╒Γ╕÷═Γ▓┐╓≈╗·╩╟▓╗┐╔╜╙┤Ñ╡─íú\n─π╡─├√╫╓╖■╬±╞≈(name server)┐╔─▄╙╔╬╩╠Γú┐\n┌╤╤»─π╡─╧╡═│╣▄└φ╘▒íú
  2782.  
  2783. *strings.7318:╛»╕µ:  ╓╕╢¿┴╦╥╗╕÷▓╗╓¬╡└╡─SOCKS ╓≈╗· (%s)íú\n\n╒Γ╜½╥Γ╬╢╒Γ╕÷═Γ▓┐╓≈╗·╩╟▓╗┐╔╜╙┤Ñ╡─íú\n─π╡─├√╫╓╖■╬±╞≈(name server)┐╔─▄╙╔╬╩╠Γú┐\n
  2784.  
  2785. *strings.7319:╚τ╣√─π▒╪╨δ╩╣╙├╖╟│¼╝╢╙├╗º├√╫╓╖■╬±╞≈(non-root name server), \n─π╨Φ╥¬╔Φ╓├ $SOCKS_NS╗╖╛│▒Σ┴┐╥╘╓╕├≈╩╩╡▒╡─├√╫╓╖■╬±╞≈(name server)íú \n╦ⁿ┐╔─▄╥¬(╗≥▓╗╥¬)╔Φ╓├╒Γ╕÷▒Σ┴┐ú¼╗≥SOCKS╓≈╗·╙┼╤íú¼╡╜╙╨╬╩╠Γ╡─╓≈╗·╡─ IP ╡╪╓╖╢°▓╗╩╟╦ⁿ╡─╡─├√╫╓íú\n\n
  2786.  
  2787. *strings.7320:┌╤╤»─π╡─╧╡═│╣▄└φ╘▒íú
  2788.  
  2789. *strings.7321:╛»╕µ: ╥╘╧┬╡─╓≈╗·▓╗╓¬╡└:\n\n
  2790.  
  2791. *strings.7322:╛»╕µ: ╓≈╗· %s ╩╟▓╗╓¬╡└╡─íú\n
  2792.  
  2793. *strings.7323:\n╒Γ╥Γ╬╢╫┼╥╗╨⌐║═╚½▓┐╓≈╗·╩╟▓╗┐╔╜╙┤Ñíú\n\n┐╔─▄─π╡─├√╫╓╖■╬±╞≈╙╨╬╩╠Γú┐\n
  2794.  
  2795. *strings.7324:╘┌SunOS 4╧╡═│╔╧ú¼╙╨┴╜╕÷ %s ╩╟┐╔╓┤╨╨╡─ú¼\n╥╗╕÷╩╣╙├ DNSú¼╥╗╕÷╩╣╙├ YP/NISíú\n╒Γ╩╟ DNS┐╔╓┤╨╨íú ┐╔─▄─π╨Φ╥¬╩╣╙├┴φ═Γ╥╗╕÷ú┐\n\n
  2796.  
  2797. *strings.7325:╘┌SunOS 4╧╡═│╔╧ú¼╙╨┴╜╕÷ %s ╩╟┐╔╓┤╨╨╡─ú¼\n╥╗╕÷╩╣╙├ DNSú¼╥╗╕÷╩╣╙├ YP/NISíú\n╒Γ╩╟ YP/NIS ┐╔╓┤╨╨íú┐╔─▄─π╨Φ╥¬╩╣╙├>>═Γ╥╗╕÷ú┐\n\n 
  2798.  
  2799. *strings.7331:╩╟
  2800.  
  2801. *strings.7332:┐╔─▄
  2802.  
  2803. *strings.7333:╚¿╧▐╝∞▓Θ╩º░▄íú ╓╪╩╘?
  2804.  
  2805. *strings.7334:┤·└φ(Proxy)╚¿╧▐╝∞▓Θ╩º░▄íú ╓╪╩╘?
  2806.  
  2807. *strings.7335:╓╪╨┬╙╩╝─╨╬│╔╩²╛▌?
  2808.  
  2809. *strings.7336:╘┌╣█┐┤╦∙╙╨╡─╨┬╬┼╨╦╚ñ╨í╫Θ╓«╟░ú¼\nNetscape ▒ú┤µ╥╗╖▌╨┬╬┼╨╦╚ñ╨í╫Θ┴╨▒φíú\n\n╘┌╡≈╓╞╜Γ╡≈╞≈╗≥┬²╦┘┴¼╜╙╓╨ú¼╒Γ┐╔─▄╨Φ╥¬╝╕╖╓╓╓íú\n─π┐╔┤╙'╬─╝■'▓╦╡Ñ╓╨╤í╘±'╨┬┤░┐┌'║≤╝╠╨°Σ»└└íú╝╠╨°?
  2810.  
  2811. *strings.7351:╨┼╧ó: ╖╟╖¿╓╕╢¿╞≈ `%c'\n
  2812.  
  2813. *strings.7352:╓┤╨╨╕ⁿ╢α┴┘╩▒├√╫╓
  2814.  
  2815. *strings.7353:╓┤╨╨╕ⁿ╢α XPStats
  2816.  
  2817. *strings.7360:╟δ╩Σ╚δ╥╗╕÷╙├╗º├√╕°╨┬╬┼╖■╬±╞≈┤µ╚í
  2818.  
  2819. *strings.7361:╬¬╙├╗º╩Σ╚δ┐┌┴ε :
  2820.  
  2821. *strings.7300:<title>╖■╬±╞≈┴╨▒φ</title>\n<h1>╖■╬±╞≈┴╨▒φ</h1>\n╒Γ╩╟─π╟⌐╩≡╡─╨┬╬┼╨╦╚ñ╨í╫Θ╡─╖■╬±╞≈┴╨▒φíú\n╟δ╤í╘±╥╗╕÷╖■╬±╞≈╥╘╣█┐┤╨┬╬┼╨╦╚ñ╨í╫Θ╡─┴╨▒φíú\n<ul>
  2822.  
  2823. *strings.7401:<TITLE>╥╤╟⌐╩≡╡─╨┬╬┼╨╦╚ñ╨í╫Θ</TITLE>\n<H1>╟⌐╩≡╡─╨┬╬┼╨╦╚ñ╨í╫Θ</H1>\n╒Γ╩╟╡▒╟░╟⌐╩≡╡─╨┬╬┼╨╦╚ñ╨í╫Θ╡─╖■╬±╞≈íú\n╨┬╬┼╨╦╚ñ╨í╫Θ├√╫╓╫≤▒▀╡─╩²╫╓╩╟╙╨╢α╔┘╨┬╬┼─π╗╣├╗╢┴\n
  2824.  
  2825. *strings.7402:╬─╒┬┤µ╘┌╙┌╡▒╟░╫Θ╓╨íú\n<P>\n═╦│÷╚╬║╬╥╗╕÷╨┬╬┼╨╦╚ñ╨í╫Θú¼\n╤í╘±╢╘╙ª╡─░┤┼Ñ▓ó░┤"┤╙╤í╘±╡─╨┬╬┼╨╦╚ñ╨í╫Θ╓╨═╦│÷""\n
  2826.  
  2827. *strings.7403:░┤┼Ñíú╥¬╟⌐╩≡╡╜╥╗╕÷╨┬╡─╨┬╬┼╨╦╚ñ╨í╫Θú¼\n╘┌"╟⌐╩≡╡╜▒╛╨┬╬┼╨╦╚ñ╨í╫Θ"╙≥╓╨╩Σ╚δ╨┬╬┼\n╨╦╚ñ╨í╫Θ╡─├√╫╓▓ó░┤╗╪│╡\n<P>\n░┤"╓╪╫░╘╪"░┤┼Ñ╥╘╚í╡├╫ε╨┬╡─╬─╒┬┴╨▒φíú<p>\n
  2828.  
  2829. *strings.7404:<TITLE>╨┬╬┼┤φ╬≤!</TITLE>\n<H1>╨┬╬┼┤φ╬≤!</H1> ╨┬╬┼╓≈╗·╗╪╙ª: <b>%s</b><p>\n
  2830.  
  2831. *strings.7405:<b><p>┐╔─▄╬─╒┬╥╤╛¡╣²╞┌</b><p>\n
  2832.  
  2833. *strings.7406:<TITLE>╨┬╬┼╨╦╚ñ╨í╫Θ┴╨▒φ</TITLE>\n<H1>╨┬╬┼╨╦╚ñ╨í╫Θ┴╨▒φ</H1>\n<DL>\n
  2834.  
  2835. *strings.7407:<TITLE>╨┬╫Θ┴╨▒φ</TITLE>\n<H2>╫╘┤╙%s╡─╨┬╫Θ┴╨▒φ</H2><UL>\n
  2836.  
  2837. *strings.7408:\n<HR>\n<TITLE>╨┬╬┼╨╦╚ñ╨í╫Θ: %s</TITLE>\n<H1>╨┬╬┼╨╦╚ñ╨í╫Θ: %s</H1>\n<UL>\n
  2838.  
  2839. *strings.7409:<TITLE>╨┬╬┼┤φ╬≤</TITLE>\n<h2>┤φ╬≤: ─π╡─╡τ╫╙╙╩╝■╡╪╓╖├╗╙╨╒²╚╖┼Σ╓├</H2>\n╘┌"╤í╧ε"▓╦╡Ñ╓╨╤í╘±"╙┼╤í"╚Ñ╔Φ╓├─π╡─╡╪╓╖<br>\n─π▒╪╨δ╓╕╢¿╥╘╧┬▒φ╡─╖╡╗╪╡╪╓╖: <i>someone@nowhere.net</i>
  2840.  
  2841. *strings.7410:<TITLE>USENET ╨┬╬┼╙╩╝─</TITLE>\n<FORM METHOD="POST" ACTION="%s">\n<H1>USENET ╨┬╬┼╙╩╝─</H1>\n<DL><DT>╙╩╝─╡╜╨┬╬┼╨╦╚ñ╨í╫Θ:<DD><A HREF="%snews:%s">%s</A></DL>\n
  2842.  
  2843. *strings.7411:<PRE>   <b>╓≈╠Γ:</b> <INPUT NAME=_SUBJECT SIZE=53>\n<b>╨┬╬┼╨╦╚ñ╨í╫Θ:</b> <INPUT NAME=_NEWSGROUPS SIZE=53 VALUE="%s">\n
  2844.  
  2845. *strings.7412:<b>╨┼╧ó:</b>\n<TEXTAREA NAME="_MESSAGE" COLS=70 ROWS=24>
  2846.  
  2847. *strings.7413:</TEXTAREA>\n<p><input type=submit value="Post Message"></FORM>\n<H3>╤í╘±: "Go->Back" ╔╛│²╙╩╝─▓ó╖╡╗╪╨┬╬┼╨╦╚ñ╨í╫Θ</H3>
  2848.  
  2849. *strings.7414:<FONT SIZE=+1>(<A HREF="%s/%ld-%ld%s">╫ε╘τ╡─╬─╒┬</a>...)<BR>\n
  2850.  
  2851. *strings.7415:(<A HREF="%s/%ld-%ld%s">╜╧╘τ╡─╬─╒┬</a>...)</FONT><p>\n
  2852.  
  2853. *strings.7416:<FONT SIZE=+1>(<A HREF="%snews:%s%s%s%s/%ld-%ld%s">╜╧═φ╡─╬─╒┬</A>...)<BR>\n
  2854.  
  2855. *strings.7417:(<A HREF="%snews:%s%s%s%s/%ld-%ld%s">╫ε═φ╡─╬─╒┬</A>...)</FONT><P>\n
  2856.  
  2857. *strings.7418:<TITLE>FTP ┤φ╬≤</TITLE>\n<H1>FTP ┤φ╬≤</H1>\n<h2>▓╗─▄╡╟┬╝╡╜FTP╖■╬±╞≈</h2>\n<PRE>
  2858.  
  2859. *strings.7419:<TITLE>FTP ┤φ╬≤</TITLE>\n<H1>FTP ┤φ╬≤</H1>\n<h2>FTP ┤½╩Σ╩º░▄:</h2>\n<PRE>
  2860.  
  2861. *strings.7420:<TITLE>Gopher ╦≈╥²%s</TITLE><H1>%s <BR>Gopher ╦╤╤░</H1>\n╒Γ╩╟╥╗╕÷┐╔╦╤╤░╡─Gopher╦≈╥²íú\n╩╣╙├─π╡─Σ»└└╞≈╡─╣ª─▄┐╔╜°╚δ╦╤╤░╠¼íú\n<ISINDEX>
  2862.  
  2863. *strings.7421:<TITLE>CSO ╤░╒╥ %s</TITLE><H1>%s CSO ╤░╒╥</H1>\nA CSO ╩²╛▌┐Γ═¿│ñ░ⁿ║¼╡τ╗░▒╛╗≥─┐┬╝íú\n╩╣╙├─π╡─Σ»└└╞≈╡─╣ª─▄┐╔╜°╚δ╦╤╤░╠¼íú\n<ISINDEX>
  2864.  
  2865. *strings.7422:<TITLE>╢¬╩º╙╩╝─╗╪╕┤╩²╛▌</TITLE>\n<H1>╩²╛▌╢¬╩º</H1>\n▒╛╬─▒╛╩╟╙╩╝─▓┘╫≈╡─╜ß╣√▓ó╟╥┤╙╕▀╦┘╗║┤µ╥╤╣²╞┌íú\n╚τ╣√─π╧δ─π─▄╣╗╓╪╨┬╙╩╝─╒Γ▒φ╕±╩²╛▌╥╘╓╪╜¿╬─▒╛ú¼░┤<b>╓╪╫░╘╪</b>╝ⁿíú\n
  2866.  
  2867. *strings.7430:</DL>\n<INPUT TYPE=submit VALUE="┤╙╤í╘±╡─╨┬╬┼╨╦╚ñ╨í╫Θ╓╨═╦│÷">\n</FORM>\n
  2868.  
  2869. *strings.7431:<HR>\n<FORM METHOD=POST ACTION="%snews:%s%s%s*"><INPUT TYPE=submit VALUE="╣█┐┤╦∙╙╨╡─╨┬╬┼╨╦╚ñ╨í╫Θ"></FORM>
  2870.  
  2871. *strings.7432:<FORM METHOD=POST ACTION="%snewsrc://%s/">╟⌐╩≡╡╜▒╛╨┬╬┼╨╦╚ñ╨í╫Θ╓╨: <INPUT NAME="SUBSCRIBE" TYPE=text></FORM>\n
  2872.  
  2873. *strings.7433:\n<INPUT TYPE=submit VALUE="╟⌐╩≡╡╜╤í╘±╡─╨┬╬┼╨╦╚ñ╨í╫Θ╓╨"></FORM>
  2874.  
  2875. *strings.7434:<FORM METHOD=POST ACTION="%snews:%s%s%s?NEW-GROUPS"><INPUT TYPE=SUBMIT VALUE="┤╙╔╧┤╬╕ⁿ╨┬╓╨╚í╨┬╫Θ"></FORM>
  2876.  
  2877. *strings.7435:<HR>\n<FORM METHOD=GET ACTION="%s╨┬╬┼:%s%s%s">╦╤╤░╨┬╬┼╨╦╚ñ╨í╫Θ: <INPUT TYPE=TEXT NAME=ISINDEX></FORM>\n
  2878.  
  2879. *strings.7450:RSA ╣½╣▓╝ⁿ├▄┬δ╩⌡
  2880.  
  2881. *strings.7451:╣·╝╩╗»
  2882.  
  2883. *strings.7452:╒Γ╩╟╥╗╕÷╖╟░▓╚½╬─▒╛ú¼╦ⁿ├╗╙╨▒╗╝╙├▄╢°╟╥├╗╙╨╡├╡╜░▓╚½▒ú╗ñíú
  2884.  
  2885. *strings.7453:<h3>╬▐╨┬╫Θ</h3>
  2886.  
  2887. *strings.7454:\n<H1>╘┌▒╛╫Θ─┌╬▐╬─╒┬.</H1>\n
  2888.  
  2889. *strings.7455:\n<H1>╘┌╓╕╢¿╖╢╬º─┌╬▐╬─╒┬.</H1>\n
  2890.  
  2891. *strings.7456:╩Σ╚δ╙├╗º├√╕° %.200s ╘┌ %.256s:
  2892.  
  2893. *strings.7460:╒Γ╩╟╥╗╕÷╩╣╙├┴╦╣⌐├└╣·│÷┐┌╙├╡─╓╨╝╢╝╙├▄╝ⁿ╡─░▓╚½╬─▒╛
  2894.  
  2895. *strings.7461:╒Γ╩╟╥╗╕÷╩╣╙├┴╦╓╗╕°├└╣·╣·─┌╩╣╙├╡─╕▀╝╢╝╙├▄╝ⁿ╡─░▓╚½╬─▒╛
  2896.  
  2897. *strings.8000:┴╨▒φ╜ß╩°
  2898.  
  2899. *strings.8001:╒√╕÷┴╨▒φ
  2900.  
  2901. *strings.8002:x-euc-tw
  2902.  
  2903. *strings.8003:▒ú┤µ╬¬... (└α╨═ %.90s, ▒α┬δ%.90s)
  2904.  
  2905. *strings.8004:▒ú┤µ╬¬... (└α╨═ %.90s)
  2906.  
  2907. *strings.8005:▒ú┤µ╬¬... (▒α┬δ %.90s)
  2908.  
  2909. *strings.8006:▒ú┤µ╬¬...
  2910.  
  2911. *strings.8007:┤φ╬≤┤≥┐¬ %.900s:
  2912.  
  2913. *strings.8008:┤φ╬≤╔╛│²│÷ %.900s:
  2914.  
  2915. *strings.8009:╡▒┴¼╜╙╩▒ú¼╥╘╙├╗º `%.900s' ╡╟┬╝
  2916.  
  2917. *strings.8010:─┌┤µ▓╗╣╗ -- ▓╗─▄┤≥┐¬URL
  2918.  
  2919. *strings.8011:▓╗─▄╫░╘╪:\n%s
  2920.  
  2921. *strings.8012:%s\n├╗╙╨▒≡╡─╫╩╘┤╩╟║╧└φ╡─!\n╩╣╙├═╦║≤╡─╫╓╠σ "%s"┤·╠µíú
  2922.  
  2923. *strings.8013:%s\n├╗╙╨▒≡╡─╫╩╘┤╩╟║╧└φ╡─!\n═╦║≤╡─╫╓╠σ "%s" ▓╗─▄▒≡╫░╘╪!\n╖┼╞·íú
  2924.  
  2925. *strings.8014:╙▓┼╠╔╧╡─╩Θ╟⌐╬─╝■╥╤╛¡╕─╣²: ╖┼╞·─π╡─╨▐╕─?
  2926.  
  2927. *strings.8015:╙▓┼╠╔╧╡─╩Θ╟⌐╬─╝■╥╤╛¡╕─╣²ú║╓╪╨┬╫░╘╪╦ⁿú┐
  2928.  
  2929. *strings.8016:╨┬╧ε─┐
  2930.  
  2931. *strings.8017:╨┬▒Ω╠Γ
  2932.  
  2933. *strings.8018:╔╛│²└α─┐ "%.200s" ║═╦ⁿ╡─ %d ╚δ┐┌?
  2934.  
  2935. *strings.8019:╔╛│²└α─┐ "%.200s" ║═╦ⁿ╡─ %d ╚δ┐┌?
  2936.  
  2937. *strings.8020:╩Σ│÷╩Θ╟⌐
  2938.  
  2939. *strings.8021:╩Σ╚δ╩Θ╟⌐
  2940.  
  2941. *strings.8022:This version supports %s security with %s
  2942.  
  2943. *strings.8023:░▓╚½╨╘╣╪▒╒
  2944.  
  2945. *strings.8024:╬─╝■:/usr/local/lib/netscape/docs/Welcome.html
  2946.  
  2947. *strings.8025:╬─▒╛:═Ω│╔
  2948.  
  2949. *strings.8026:┤≥┐¬╬─╝■
  2950.  
  2951. *strings.8027:┤≥┐¬╣▄╡└╡╜ %.900s │÷┤φ
  2952.  
  2953. *strings.8028:╛»╕µ:\n\n
  2954.  
  2955. *strings.8029:%s "%.255s" ▓╗┤µ╘┌.\n
  2956.  
  2957. *strings.8030:%s "%.255s" ╩╟▓╗╓¬╡└.\n
  2958.  
  2959. *strings.8031:├╗╙╨╬¬ %s ╓╕╢¿╢╦┐┌║┼íú\n
  2960.  
  2961. *strings.8032:╙╩╝■╓≈╗·
  2962.  
  2963. *strings.8033:╨┬╬┼╓≈╗·
  2964.  
  2965. *strings.8034:╨┬╬┼RC ─┐┬╝
  2966.  
  2967. *strings.8035:┴┘╩▒─┐┬╝
  2968.  
  2969. *strings.8036:FTP ┤·└φ(proxy)╓≈╗·
  2970.  
  2971. *strings.8037:Gopher ┤·└φ(proxy)╓≈╗·
  2972.  
  2973. *strings.8038:HTTP ┤·└φ(proxy)╓≈╗·
  2974.  
  2975. *strings.8039:HTTPS ┤·└φ(proxy)╓≈╗·
  2976.  
  2977. *strings.8040:WAIS ┤·└φ(proxy)╓≈╗·
  2978.  
  2979. *strings.8041:SOCKS ╓≈╗·
  2980.  
  2981. *strings.8042:╚½╛╓MIME└α╨═╬─╝■
  2982.  
  2983. *strings.8043:╦╜╚╦MIME└α╨═╬─╝■
  2984.  
  2985. *strings.8044:╚½╛╓mailcap╬─╝■
  2986.  
  2987. *strings.8045:╦╜╚╦mailcap╬─╝■
  2988.  
  2989.  
  2990. !!add by tony
  2991.  
  2992. .netscape.netscape.docinfo_popup.docinfo.OK.labelString: ╚╖╚╧
  2993.  
  2994. .netscape.netscape.form.topArea.topLeftArea.urlLabel.width: 70
  2995.